Html Css Color HEX #8E9BBE Rock Blue

📋 copy color: '#8E9BBE'

red 142 ◦ green 155 ◦ blue 190

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

Shades of Rock Blue #8E9BBE

Tints of Rock Blue #8E9BBE

RGB

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

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

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

R = 29.16%
G = 31.83%
B = 39.01%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E9BBE (or 0x8E9BBE) is known color: Rock Blue. HEX triplet: 8E, 9B and BE. RGB value is (142,155,190). Sum of RGB (Red+Green+Blue) = 142+155+190=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BBE is #716441. Grayscale: #9A9A9A. Windows color (decimal): -7431234 or 12491662. OLE color: 12491662.

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

Color convert

RGB 142 155 190 -
CMYK 0.25 0.18 0 0.25
HSL 223.75º 0.27% 0.65% -
HSV(B) 223.75º 0.25% 0.75% -
XYZ 32.17 32.91 53.37 -
YUV 155.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 142 155 190 0.25 0.18 0 0.25 223.75 0.27 0.65
Hex 8E 9B BE 19 12 0 19 E0 1B 41
Octal 216 233 276 31 22 0 31 340 33 101
Binary 10001110 10011011 10111110 11001 10010 0 11001 11100000 11011 1000001

Color Harmonies of #8E9BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9BBE

Black with #8E9BBE

Text Example


Text Example

White with #8E9BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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