Html Css Color HEX #8F99AA Rock Blue

📋 copy color: '#8F99AA'

red 143 ◦ green 153 ◦ blue 170

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

Shades of Rock Blue #8F99AA

Tints of Rock Blue #8F99AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.83%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 30.69%
G = 32.83%
B = 36.48%

CMYK

 C value IS 0.16

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F99AA (or 0x8F99AA) is known color: Rock Blue. HEX triplet: 8F, 99 and AA. RGB value is (143,153,170). Sum of RGB (Red+Green+Blue) = 143+153+170=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F99AA is #706655. Grayscale: #979797. Windows color (decimal): -7366230 or 11180431. OLE color: 11180431.

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

Color convert

RGB 143 153 170 -
CMYK 0.16 0.1 0 0.33
HSL 217.78º 0.14% 0.61% -
HSV(B) 217.78º 0.16% 0.67% -
XYZ 29.97 31.52 42.54 -
YUV 151.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 143 153 170 0.16 0.1 0 0.33 217.78 0.14 0.61
Hex 8F 99 AA 10 A 0 21 DA E 3D
Octal 217 231 252 20 12 0 41 332 16 75
Binary 10001111 10011001 10101010 10000 1010 0 100001 11011010 1110 111101

Color Harmonies of #8F99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99AA

Black with #8F99AA

Text Example


Text Example

White with #8F99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,153,170); }

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

background-color css

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

 a { background-color: rgb(143,153,170); }

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

border-color css

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

 span { border-color: rgb(143,153,170); }

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