Html Css Color HEX #8E9BBC Rock Blue

📋 copy color: '#8E9BBC'

red 142 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #8E9BBC

Tints of Rock Blue #8E9BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.96%

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

R = 29.28%
G = 31.96%
B = 38.76%

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

#8E9BBC (or 0x8E9BBC) is known color: Rock Blue. HEX triplet: 8E, 9B and BC. RGB value is (142,155,188). Sum of RGB (Red+Green+Blue) = 142+155+188=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BBC is #716443. Grayscale: #9A9A9A. Windows color (decimal): -7431236 or 12360590. OLE color: 12360590.

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

Color convert

RGB 142 155 188 -
CMYK 0.24 0.18 0 0.26
HSL 223.04º 0.26% 0.65% -
HSV(B) 223.04º 0.24% 0.74% -
XYZ 31.95 32.82 52.23 -
YUV 154.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 142 155 188 0.24 0.18 0 0.26 223.04 0.26 0.65
Hex 8E 9B BC 18 12 0 1A DF 1A 41
Octal 216 233 274 30 22 0 32 337 32 101
Binary 10001110 10011011 10111100 11000 10010 0 11010 11011111 11010 1000001

Color Harmonies of #8E9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9BBC

Black with #8E9BBC

Text Example


Text Example

White with #8E9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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