Html Css Color HEX #8F9AB6 Rock Blue

📋 copy color: '#8F9AB6'

red 143 ◦ green 154 ◦ blue 182

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

Shades of Rock Blue #8F9AB6

Tints of Rock Blue #8F9AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38%

R = 29.85%
G = 32.15%
B = 38%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8F9AB6 (or 0x8F9AB6) is known color: Rock Blue. HEX triplet: 8F, 9A and B6. RGB value is (143,154,182). Sum of RGB (Red+Green+Blue) = 143+154+182=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F9AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9AB6 is #706549. Grayscale: #999999. Windows color (decimal): -7365962 or 11967119. OLE color: 11967119.

HSL color Cylindrical-coordinate representation of color #8F9AB6: hue angle of 223.08º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9AB6 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 154 182 -
CMYK 0.21 0.15 0 0.29
HSL 223.08º 0.21% 0.64% -
HSV(B) 223.08º 0.21% 0.71% -
XYZ 31.33 32.33 48.84 -
YUV 153.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 143 154 182 0.21 0.15 0 0.29 223.08 0.21 0.64
Hex 8F 9A B6 15 F 0 1D DF 15 40
Octal 217 232 266 25 17 0 35 337 25 100
Binary 10001111 10011010 10110110 10101 1111 0 11101 11011111 10101 1000000

Color Harmonies of #8F9AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9AB6

Black with #8F9AB6

Text Example


Text Example

White with #8F9AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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