Html Css Color HEX #8E8CCA Blue Bell

📋 copy color: '#8E8CCA'

red 142 ◦ green 140 ◦ blue 202

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

Shades of Blue Bell #8E8CCA

Tints of Blue Bell #8E8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 29.34%
G = 28.93%
B = 41.74%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E8CCA (or 0x8E8CCA) is known color: Blue Bell. HEX triplet: 8E, 8C and CA. RGB value is (142,140,202). Sum of RGB (Red+Green+Blue) = 142+140+202=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8CCA is #717335. Grayscale: #939393. Windows color (decimal): -7435062 or 13274254. OLE color: 13274254.

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

Color convert

RGB 142 140 202 -
CMYK 0.30 0.31 0 0.21
HSL 241.94º 0.37% 0.67% -
HSV(B) 241.94º 0.31% 0.79% -
XYZ 31.19 28.77 59.79 -
YUV 147.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 142 140 202 0.30 0.31 0 0.21 241.94 0.37 0.67
Hex 8E 8C CA 1E 1F 0 15 F2 25 43
Octal 216 214 312 36 37 0 25 362 45 103
Binary 10001110 10001100 11001010 11110 11111 0 10101 11110010 100101 1000011

Color Harmonies of #8E8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8CCA

Black with #8E8CCA

Text Example


Text Example

White with #8E8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,140,202); }

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

background-color css

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

 a { background-color: rgb(142,140,202); }

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

border-color css

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

 span { border-color: rgb(142,140,202); }

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