Html Css Color HEX #8E88D6 Blue Bell

📋 copy color: '#8E88D6'

red 142 ◦ green 136 ◦ blue 214

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

Shades of Blue Bell #8E88D6

Tints of Blue Bell #8E88D6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.64%

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 28.86%
G = 27.64%
B = 43.5%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8E88D6 (or 0x8E88D6) is known color: Blue Bell. HEX triplet: 8E, 88 and D6. RGB value is (142,136,214). Sum of RGB (Red+Green+Blue) = 142+136+214=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E88D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88D6 is #717729. Grayscale: #929292. Windows color (decimal): -7436074 or 14059662. OLE color: 14059662.

HSL color Cylindrical-coordinate representation of color #8E88D6: hue angle of 244.62º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E88D6 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 136 214 -
CMYK 0.34 0.36 0 0.16
HSL 244.62º 0.49% 0.69% -
HSV(B) 244.62º 0.36% 0.84% -
XYZ 32.1 28.21 67.37 -
YUV 146.69 165.99 124.66 -
System Red Green Blue C M Y K H S L
Decimal 142 136 214 0.34 0.36 0 0.16 244.62 0.49 0.69
Hex 8E 88 D6 22 24 0 10 F5 31 45
Octal 216 210 326 42 44 0 20 365 61 105
Binary 10001110 10001000 11010110 100010 100100 0 10000 11110101 110001 1000101

Color Harmonies of #8E88D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E88D6

Black with #8E88D6

Text Example


Text Example

White with #8E88D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,136,214); }

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

background-color css

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

 a { background-color: rgb(142,136,214); }

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

border-color css

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

 span { border-color: rgb(142,136,214); }

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