Html Css Color HEX #8E92BE Blue Bell

📋 copy color: '#8E92BE'

red 142 ◦ green 146 ◦ blue 190

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

Shades of Blue Bell #8E92BE

Tints of Blue Bell #8E92BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.54%

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

R = 29.71%
G = 30.54%
B = 39.75%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E92BE (or 0x8E92BE) is known color: Blue Bell. HEX triplet: 8E, 92 and BE. RGB value is (142,146,190). Sum of RGB (Red+Green+Blue) = 142+146+190=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92BE is #716D41. Grayscale: #959595. Windows color (decimal): -7433538 or 12489358. OLE color: 12489358.

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

Color convert

RGB 142 146 190 -
CMYK 0.25 0.23 0 0.25
HSL 235º 0.27% 0.65% -
HSV(B) 235º 0.25% 0.75% -
XYZ 30.73 30.03 52.89 -
YUV 149.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 142 146 190 0.25 0.23 0 0.25 235 0.27 0.65
Hex 8E 92 BE 19 17 0 19 EB 1B 41
Octal 216 222 276 31 27 0 31 353 33 101
Binary 10001110 10010010 10111110 11001 10111 0 11001 11101011 11011 1000001

Color Harmonies of #8E92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E92BE

Black with #8E92BE

Text Example


Text Example

White with #8E92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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