Html Css Color HEX #899FC1 Rock Blue

📋 copy color: '#899FC1'

red 137 ◦ green 159 ◦ blue 193

#899FC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #899FC1

Tints of Rock Blue #899FC1

RGB

 RED value IS 137 (53.91% from 255) = 28.02%

 GREEN value IS 159 (62.5% from 255) = 32.52%

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 28.02%
G = 32.52%
B = 39.47%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#899FC1 (or 0x899FC1) is known color: Rock Blue. HEX triplet: 89, 9F and C1. RGB value is (137,159,193). Sum of RGB (Red+Green+Blue) = 137+159+193=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #899FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FC1 is #76603E. Grayscale: #9C9C9C. Windows color (decimal): -7757887 or 12689289. OLE color: 12689289.

HSL color Cylindrical-coordinate representation of color #899FC1: hue angle of 216.43º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #899FC1 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 159 193 -
CMYK 0.29 0.18 0 0.24
HSL 216.43º 0.31% 0.65% -
HSV(B) 216.43º 0.29% 0.76% -
XYZ 32.34 33.96 55.3 -
YUV 156.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 137 159 193 0.29 0.18 0 0.24 216.43 0.31 0.65
Hex 89 9F C1 1D 12 0 18 D8 1F 41
Octal 211 237 301 35 22 0 30 330 37 101
Binary 10001001 10011111 11000001 11101 10010 0 11000 11011000 11111 1000001

Color Harmonies of #899FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FC1

Black with #899FC1

Text Example


Text Example

White with #899FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899FC1; }

 p { color: rgb(137,159,193); }

 H1.HeaderClassName
 {
   color: #899FC1;
 }
 .AnyTagClassName
 {
   color: #899FC1;
 }
</style>

background-color css

<style>
 a { background-color: #899FC1; }

 a { background-color: rgb(137,159,193); }

 div.DivClassName
 {
   background-color: #899FC1;
 }
 .BgClassName
 {
   background-color: #899FC1;
 }
</style>

border-color css

<style>
 span { border-color: #899FC1; }

 span { border-color: rgb(137,159,193); }

 td.TdClassName
 {
   border-color: #899FC1;
 }
 .TagClassName
 {
   border-color: #899FC1;
 }
</style>