Html Css Color HEX #8E8DCB Blue Bell

📋 copy color: '#8E8DCB'

red 142 ◦ green 141 ◦ blue 203

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

Shades of Blue Bell #8E8DCB

Tints of Blue Bell #8E8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

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

R = 29.22%
G = 29.01%
B = 41.77%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E8DCB (or 0x8E8DCB) is known color: Blue Bell. HEX triplet: 8E, 8D and CB. RGB value is (142,141,203). Sum of RGB (Red+Green+Blue) = 142+141+203=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DCB is #717234. Grayscale: #949494. Windows color (decimal): -7434805 or 13340046. OLE color: 13340046.

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

Color convert

RGB 142 141 203 -
CMYK 0.30 0.31 0 0.20
HSL 240.97º 0.37% 0.67% -
HSV(B) 240.97º 0.31% 0.8% -
XYZ 31.46 29.11 60.46 -
YUV 148.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 142 141 203 0.30 0.31 0 0.20 240.97 0.37 0.67
Hex 8E 8D CB 1E 1F 0 14 F1 25 43
Octal 216 215 313 36 37 0 24 361 45 103
Binary 10001110 10001101 11001011 11110 11111 0 10100 11110001 100101 1000011

Color Harmonies of #8E8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8DCB

Black with #8E8DCB

Text Example


Text Example

White with #8E8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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