Html Css Color HEX #8E9ABA Rock Blue

📋 copy color: '#8E9ABA'

red 142 ◦ green 154 ◦ blue 186

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

Shades of Rock Blue #8E9ABA

Tints of Rock Blue #8E9ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 29.46%
G = 31.95%
B = 38.59%

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

#8E9ABA (or 0x8E9ABA) is known color: Rock Blue. HEX triplet: 8E, 9A and BA. RGB value is (142,154,186). Sum of RGB (Red+Green+Blue) = 142+154+186=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ABA is #716545. Grayscale: #999999. Windows color (decimal): -7431494 or 12229262. OLE color: 12229262.

HSL color Cylindrical-coordinate representation of color #8E9ABA: hue angle of 223.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E9ABA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 154 186 -
CMYK 0.24 0.17 0 0.27
HSL 223.64º 0.24% 0.64% -
HSV(B) 223.64º 0.24% 0.73% -
XYZ 31.57 32.41 51.05 -
YUV 154.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 142 154 186 0.24 0.17 0 0.27 223.64 0.24 0.64
Hex 8E 9A BA 18 11 0 1B E0 18 40
Octal 216 232 272 30 21 0 33 340 30 100
Binary 10001110 10011010 10111010 11000 10001 0 11011 11100000 11000 1000000

Color Harmonies of #8E9ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9ABA

Black with #8E9ABA

Text Example


Text Example

White with #8E9ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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