Html Css Color HEX #8E89CB Blue Bell

📋 copy color: '#8E89CB'

red 142 ◦ green 137 ◦ blue 203

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

Shades of Blue Bell #8E89CB

Tints of Blue Bell #8E89CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 29.46%
G = 28.42%
B = 42.12%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E89CB (or 0x8E89CB) is known color: Blue Bell. HEX triplet: 8E, 89 and CB. RGB value is (142,137,203). Sum of RGB (Red+Green+Blue) = 142+137+203=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E89CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89CB is #717634. Grayscale: #919191. Windows color (decimal): -7435829 or 13339022. OLE color: 13339022.

HSL color Cylindrical-coordinate representation of color #8E89CB: hue angle of 244.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E89CB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 137 203 -
CMYK 0.30 0.33 0 0.20
HSL 244.55º 0.39% 0.67% -
HSV(B) 244.55º 0.33% 0.8% -
XYZ 30.88 27.95 60.27 -
YUV 146.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 142 137 203 0.30 0.33 0 0.20 244.55 0.39 0.67
Hex 8E 89 CB 1E 21 0 14 F5 27 43
Octal 216 211 313 36 41 0 24 365 47 103
Binary 10001110 10001001 11001011 11110 100001 0 10100 11110101 100111 1000011

Color Harmonies of #8E89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E89CB

Black with #8E89CB

Text Example


Text Example

White with #8E89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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