Html Css Color HEX #8E8ACE Blue Bell

📋 copy color: '#8E8ACE'

red 142 ◦ green 138 ◦ blue 206

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

Shades of Blue Bell #8E8ACE

Tints of Blue Bell #8E8ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.4%

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

R = 29.22%
G = 28.4%
B = 42.39%

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

#8E8ACE (or 0x8E8ACE) is known color: Blue Bell. HEX triplet: 8E, 8A and CE. RGB value is (142,138,206). Sum of RGB (Red+Green+Blue) = 142+138+206=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ACE is #717531. Grayscale: #929292. Windows color (decimal): -7435570 or 13535886. OLE color: 13535886.

HSL color Cylindrical-coordinate representation of color #8E8ACE: hue angle of 243.53º 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 #8E8ACE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 138 206 -
CMYK 0.31 0.33 0 0.19
HSL 243.53º 0.41% 0.67% -
HSV(B) 243.53º 0.33% 0.81% -
XYZ 31.38 28.38 62.22 -
YUV 146.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 142 138 206 0.31 0.33 0 0.19 243.53 0.41 0.67
Hex 8E 8A CE 1F 21 0 13 F4 29 43
Octal 216 212 316 37 41 0 23 364 51 103
Binary 10001110 10001010 11001110 11111 100001 0 10011 11110100 101001 1000011

Color Harmonies of #8E8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8ACE

Black with #8E8ACE

Text Example


Text Example

White with #8E8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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