Html Css Color HEX #8E96BF Blue Bell

📋 copy color: '#8E96BF'

red 142 ◦ green 150 ◦ blue 191

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

Shades of Blue Bell #8E96BF

Tints of Blue Bell #8E96BF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.06%

 BLUE value IS 191 (75% from 255) = 39.54%

R = 29.4%
G = 31.06%
B = 39.54%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E96BF (or 0x8E96BF) is known color: Blue Bell. HEX triplet: 8E, 96 and BF. RGB value is (142,150,191). Sum of RGB (Red+Green+Blue) = 142+150+191=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96BF is #716940. Grayscale: #989898. Windows color (decimal): -7432513 or 12555918. OLE color: 12555918.

HSL color Cylindrical-coordinate representation of color #8E96BF: hue angle of 230.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E96BF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 150 191 -
CMYK 0.26 0.21 0 0.25
HSL 230.2º 0.28% 0.65% -
HSV(B) 230.2º 0.26% 0.75% -
XYZ 31.47 31.33 53.68 -
YUV 152.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 142 150 191 0.26 0.21 0 0.25 230.2 0.28 0.65
Hex 8E 96 BF 1A 15 0 19 E6 1C 41
Octal 216 226 277 32 25 0 31 346 34 101
Binary 10001110 10010110 10111111 11010 10101 0 11001 11100110 11100 1000001

Color Harmonies of #8E96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E96BF

Black with #8E96BF

Text Example


Text Example

White with #8E96BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,191); }

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

background-color css

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

 a { background-color: rgb(142,150,191); }

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

border-color css

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

 span { border-color: rgb(142,150,191); }

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