Html Css Color HEX #8E9CBB Rock Blue

📋 copy color: '#8E9CBB'

red 142 ◦ green 156 ◦ blue 187

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

Shades of Rock Blue #8E9CBB

Tints of Rock Blue #8E9CBB

RGB

 RED value IS 142 (55.86% from 255) = 29.28%

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

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

R = 29.28%
G = 32.16%
B = 38.56%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E9CBB (or 0x8E9CBB) is known color: Rock Blue. HEX triplet: 8E, 9C and BB. RGB value is (142,156,187). Sum of RGB (Red+Green+Blue) = 142+156+187=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E9CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CBB is #716344. Grayscale: #9B9B9B. Windows color (decimal): -7430981 or 12295310. OLE color: 12295310.

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

Color convert

RGB 142 156 187 -
CMYK 0.24 0.17 0 0.27
HSL 221.33º 0.25% 0.65% -
HSV(B) 221.33º 0.24% 0.73% -
XYZ 32.01 33.12 51.72 -
YUV 155.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 142 156 187 0.24 0.17 0 0.27 221.33 0.25 0.65
Hex 8E 9C BB 18 11 0 1B DD 19 41
Octal 216 234 273 30 21 0 33 335 31 101
Binary 10001110 10011100 10111011 11000 10001 0 11011 11011101 11001 1000001

Color Harmonies of #8E9CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9CBB

Black with #8E9CBB

Text Example


Text Example

White with #8E9CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,156,187); }

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

background-color css

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

 a { background-color: rgb(142,156,187); }

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

border-color css

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

 span { border-color: rgb(142,156,187); }

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