Html Css Color HEX #8E9DBA Rock Blue

📋 copy color: '#8E9DBA'

red 142 ◦ green 157 ◦ blue 186

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

Shades of Rock Blue #8E9DBA

Tints of Rock Blue #8E9DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.37%

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

R = 29.28%
G = 32.37%
B = 38.35%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E9DBA (or 0x8E9DBA) is known color: Rock Blue. HEX triplet: 8E, 9D and BA. RGB value is (142,157,186). Sum of RGB (Red+Green+Blue) = 142+157+186=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9DBA is #716245. Grayscale: #9B9B9B. Windows color (decimal): -7430726 or 12230030. OLE color: 12230030.

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

Color convert

RGB 142 157 186 -
CMYK 0.24 0.16 0 0.27
HSL 219.55º 0.24% 0.64% -
HSV(B) 219.55º 0.24% 0.73% -
XYZ 32.08 33.41 51.21 -
YUV 155.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 142 157 186 0.24 0.16 0 0.27 219.55 0.24 0.64
Hex 8E 9D BA 18 10 0 1B DC 18 40
Octal 216 235 272 30 20 0 33 334 30 100
Binary 10001110 10011101 10111010 11000 10000 0 11011 11011100 11000 1000000

Color Harmonies of #8E9DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9DBA

Black with #8E9DBA

Text Example


Text Example

White with #8E9DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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