Html Css Color HEX #8F9CAB Rock Blue

📋 copy color: '#8F9CAB'

red 143 ◦ green 156 ◦ blue 171

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

Shades of Rock Blue #8F9CAB

Tints of Rock Blue #8F9CAB

RGB

 RED value IS 143 (56.25% from 255) = 30.43%

 GREEN value IS 156 (61.33% from 255) = 33.19%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 30.43%
G = 33.19%
B = 36.38%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F9CAB (or 0x8F9CAB) is known color: Rock Blue. HEX triplet: 8F, 9C and AB. RGB value is (143,156,171). Sum of RGB (Red+Green+Blue) = 143+156+171=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9CAB is #706354. Grayscale: #999999. Windows color (decimal): -7365461 or 11246735. OLE color: 11246735.

HSL color Cylindrical-coordinate representation of color #8F9CAB: hue angle of 212.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F9CAB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 156 171 -
CMYK 0.16 0.09 0 0.33
HSL 212.14º 0.14% 0.62% -
HSV(B) 212.14º 0.16% 0.67% -
XYZ 30.57 32.56 43.2 -
YUV 153.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 143 156 171 0.16 0.09 0 0.33 212.14 0.14 0.62
Hex 8F 9C AB 10 9 0 21 D4 E 3E
Octal 217 234 253 20 11 0 41 324 16 76
Binary 10001111 10011100 10101011 10000 1001 0 100001 11010100 1110 111110

Color Harmonies of #8F9CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CAB

Black with #8F9CAB

Text Example


Text Example

White with #8F9CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F9CAB; }

 p { color: rgb(143,156,171); }

 H1.HeaderClassName
 {
   color: #8F9CAB;
 }
 .AnyTagClassName
 {
   color: #8F9CAB;
 }
</style>

background-color css

<style>
 a { background-color: #8F9CAB; }

 a { background-color: rgb(143,156,171); }

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

border-color css

<style>
 span { border-color: #8F9CAB; }

 span { border-color: rgb(143,156,171); }

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