Html Css Color HEX #8F9ABD Rock Blue

📋 copy color: '#8F9ABD'

red 143 ◦ green 154 ◦ blue 189

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

Shades of Rock Blue #8F9ABD

Tints of Rock Blue #8F9ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.89%

R = 29.42%
G = 31.69%
B = 38.89%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F9ABD (or 0x8F9ABD) is known color: Rock Blue. HEX triplet: 8F, 9A and BD. RGB value is (143,154,189). Sum of RGB (Red+Green+Blue) = 143+154+189=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F9ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ABD is #706542. Grayscale: #9A9A9A. Windows color (decimal): -7365955 or 12425871. OLE color: 12425871.

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

Color convert

RGB 143 154 189 -
CMYK 0.24 0.19 0 0.26
HSL 225.65º 0.26% 0.65% -
HSV(B) 225.65º 0.24% 0.74% -
XYZ 32.07 32.62 52.75 -
YUV 154.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 143 154 189 0.24 0.19 0 0.26 225.65 0.26 0.65
Hex 8F 9A BD 18 13 0 1A E2 1A 41
Octal 217 232 275 30 23 0 32 342 32 101
Binary 10001111 10011010 10111101 11000 10011 0 11010 11100010 11010 1000001

Color Harmonies of #8F9ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ABD

Black with #8F9ABD

Text Example


Text Example

White with #8F9ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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