Html Css Color HEX #8E9ABC Rock Blue

📋 copy color: '#8E9ABC'

red 142 ◦ green 154 ◦ blue 188

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

Shades of Rock Blue #8E9ABC

Tints of Rock Blue #8E9ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 29.34%
G = 31.82%
B = 38.84%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E9ABC (or 0x8E9ABC) is known color: Rock Blue. HEX triplet: 8E, 9A and BC. RGB value is (142,154,188). Sum of RGB (Red+Green+Blue) = 142+154+188=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ABC is #716543. Grayscale: #9A9A9A. Windows color (decimal): -7431492 or 12360334. OLE color: 12360334.

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

Color convert

RGB 142 154 188 -
CMYK 0.24 0.18 0 0.26
HSL 224.35º 0.26% 0.65% -
HSV(B) 224.35º 0.24% 0.74% -
XYZ 31.79 32.49 52.17 -
YUV 154.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 142 154 188 0.24 0.18 0 0.26 224.35 0.26 0.65
Hex 8E 9A BC 18 12 0 1A E0 1A 41
Octal 216 232 274 30 22 0 32 340 32 101
Binary 10001110 10011010 10111100 11000 10010 0 11010 11100000 11010 1000001

Color Harmonies of #8E9ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9ABC

Black with #8E9ABC

Text Example


Text Example

White with #8E9ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,154,188); }

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

background-color css

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

 a { background-color: rgb(142,154,188); }

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

border-color css

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

 span { border-color: rgb(142,154,188); }

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