Html Css Color HEX #8F9ABB Rock Blue

📋 copy color: '#8F9ABB'

red 143 ◦ green 154 ◦ blue 187

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

Shades of Rock Blue #8F9ABB

Tints of Rock Blue #8F9ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 29.55%
G = 31.82%
B = 38.64%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F9ABB (or 0x8F9ABB) is known color: Rock Blue. HEX triplet: 8F, 9A and BB. RGB value is (143,154,187). Sum of RGB (Red+Green+Blue) = 143+154+187=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F9ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ABB is #706544. Grayscale: #9A9A9A. Windows color (decimal): -7365957 or 12294799. OLE color: 12294799.

HSL color Cylindrical-coordinate representation of color #8F9ABB: hue angle of 225º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F9ABB is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 154 187 -
CMYK 0.24 0.18 0 0.27
HSL 225º 0.24% 0.65% -
HSV(B) 225º 0.24% 0.73% -
XYZ 31.85 32.54 51.62 -
YUV 154.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 143 154 187 0.24 0.18 0 0.27 225 0.24 0.65
Hex 8F 9A BB 18 12 0 1B E1 18 41
Octal 217 232 273 30 22 0 33 341 30 101
Binary 10001111 10011010 10111011 11000 10010 0 11011 11100001 11000 1000001

Color Harmonies of #8F9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ABB

Black with #8F9ABB

Text Example


Text Example

White with #8F9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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