Html Css Color HEX #8E91CE Blue Bell

📋 copy color: '#8E91CE'

red 142 ◦ green 145 ◦ blue 206

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

Shades of Blue Bell #8E91CE

Tints of Blue Bell #8E91CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 28.8%
G = 29.41%
B = 41.78%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E91CE (or 0x8E91CE) is known color: Blue Bell. HEX triplet: 8E, 91 and CE. RGB value is (142,145,206). Sum of RGB (Red+Green+Blue) = 142+145+206=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E91CE is #716E31. Grayscale: #969696. Windows color (decimal): -7433778 or 13537678. OLE color: 13537678.

HSL color Cylindrical-coordinate representation of color #8E91CE: hue angle of 237.19º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E91CE is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 145 206 -
CMYK 0.31 0.30 0 0.19
HSL 237.19º 0.4% 0.68% -
HSV(B) 237.19º 0.31% 0.81% -
XYZ 32.42 30.46 62.56 -
YUV 151.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 142 145 206 0.31 0.30 0 0.19 237.19 0.4 0.68
Hex 8E 91 CE 1F 1E 0 13 ED 28 44
Octal 216 221 316 37 36 0 23 355 50 104
Binary 10001110 10010001 11001110 11111 11110 0 10011 11101101 101000 1000100

Color Harmonies of #8E91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E91CE

Black with #8E91CE

Text Example


Text Example

White with #8E91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,145,206); }

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

background-color css

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

 a { background-color: rgb(142,145,206); }

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

border-color css

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

 span { border-color: rgb(142,145,206); }

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