Html Css Color HEX #8F9CBD Rock Blue

📋 copy color: '#8F9CBD'

red 143 ◦ green 156 ◦ blue 189

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

Shades of Rock Blue #8F9CBD

Tints of Rock Blue #8F9CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

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

R = 29.3%
G = 31.97%
B = 38.73%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F9CBD (or 0x8F9CBD) is known color: Rock Blue. HEX triplet: 8F, 9C and BD. RGB value is (143,156,189). Sum of RGB (Red+Green+Blue) = 143+156+189=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CBD is #706342. Grayscale: #9B9B9B. Windows color (decimal): -7365443 or 12426383. OLE color: 12426383.

HSL color Cylindrical-coordinate representation of color #8F9CBD: hue angle of 223.04º 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 #8F9CBD is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 156 189 -
CMYK 0.24 0.17 0 0.26
HSL 223.04º 0.26% 0.65% -
HSV(B) 223.04º 0.24% 0.74% -
XYZ 32.4 33.29 52.86 -
YUV 155.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 143 156 189 0.24 0.17 0 0.26 223.04 0.26 0.65
Hex 8F 9C BD 18 11 0 1A DF 1A 41
Octal 217 234 275 30 21 0 32 337 32 101
Binary 10001111 10011100 10111101 11000 10001 0 11010 11011111 11010 1000001

Color Harmonies of #8F9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CBD

Black with #8F9CBD

Text Example


Text Example

White with #8F9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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