Html Css Color HEX #8E89CE Blue Bell

📋 copy color: '#8E89CE'

red 142 ◦ green 137 ◦ blue 206

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

Shades of Blue Bell #8E89CE

Tints of Blue Bell #8E89CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.25%

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

R = 29.28%
G = 28.25%
B = 42.47%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E89CE (or 0x8E89CE) is known color: Blue Bell. HEX triplet: 8E, 89 and CE. RGB value is (142,137,206). Sum of RGB (Red+Green+Blue) = 142+137+206=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89CE is #717631. Grayscale: #929292. Windows color (decimal): -7435826 or 13535630. OLE color: 13535630.

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

Color convert

RGB 142 137 206 -
CMYK 0.31 0.33 0 0.19
HSL 244.35º 0.41% 0.67% -
HSV(B) 244.35º 0.33% 0.81% -
XYZ 31.24 28.1 62.17 -
YUV 146.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 142 137 206 0.31 0.33 0 0.19 244.35 0.41 0.67
Hex 8E 89 CE 1F 21 0 13 F4 29 43
Octal 216 211 316 37 41 0 23 364 51 103
Binary 10001110 10001001 11001110 11111 100001 0 10011 11110100 101001 1000011

Color Harmonies of #8E89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E89CE

Black with #8E89CE

Text Example


Text Example

White with #8E89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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