Html Css Color HEX #8F9AAB Rock Blue

📋 copy color: '#8F9AAB'

red 143 ◦ green 154 ◦ blue 171

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

Shades of Rock Blue #8F9AAB

Tints of Rock Blue #8F9AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.91%

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

R = 30.56%
G = 32.91%
B = 36.54%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F9AAB (or 0x8F9AAB) is known color: Rock Blue. HEX triplet: 8F, 9A and AB. RGB value is (143,154,171). Sum of RGB (Red+Green+Blue) = 143+154+171=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9AAB is #706554. Grayscale: #989898. Windows color (decimal): -7365973 or 11246223. OLE color: 11246223.

HSL color Cylindrical-coordinate representation of color #8F9AAB: hue angle of 216.43º 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 #8F9AAB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 154 171 -
CMYK 0.16 0.10 0 0.33
HSL 216.43º 0.14% 0.62% -
HSV(B) 216.43º 0.16% 0.67% -
XYZ 30.23 31.89 43.09 -
YUV 152.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 143 154 171 0.16 0.10 0 0.33 216.43 0.14 0.62
Hex 8F 9A AB 10 A 0 21 D8 E 3E
Octal 217 232 253 20 12 0 41 330 16 76
Binary 10001111 10011010 10101011 10000 1010 0 100001 11011000 1110 111110

Color Harmonies of #8F9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9AAB

Black with #8F9AAB

Text Example


Text Example

White with #8F9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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