Html Css Color HEX #8E9ABE Rock Blue

📋 copy color: '#8E9ABE'

red 142 ◦ green 154 ◦ blue 190

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

Shades of Rock Blue #8E9ABE

Tints of Rock Blue #8E9ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 29.22%
G = 31.69%
B = 39.09%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E9ABE (or 0x8E9ABE) is known color: Rock Blue. HEX triplet: 8E, 9A and BE. RGB value is (142,154,190). Sum of RGB (Red+Green+Blue) = 142+154+190=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ABE is #716541. Grayscale: #9A9A9A. Windows color (decimal): -7431490 or 12491406. OLE color: 12491406.

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

Color convert

RGB 142 154 190 -
CMYK 0.25 0.19 0 0.25
HSL 225º 0.27% 0.65% -
HSV(B) 225º 0.25% 0.75% -
XYZ 32.01 32.58 53.32 -
YUV 154.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 142 154 190 0.25 0.19 0 0.25 225 0.27 0.65
Hex 8E 9A BE 19 13 0 19 E1 1B 41
Octal 216 232 276 31 23 0 31 341 33 101
Binary 10001110 10011010 10111110 11001 10011 0 11001 11100001 11011 1000001

Color Harmonies of #8E9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9ABE

Black with #8E9ABE

Text Example


Text Example

White with #8E9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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