Html Css Color HEX #8E90CB Blue Bell

📋 copy color: '#8E90CB'

red 142 ◦ green 144 ◦ blue 203

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

Shades of Blue Bell #8E90CB

Tints of Blue Bell #8E90CB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.45%

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

R = 29.04%
G = 29.45%
B = 41.51%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E90CB (or 0x8E90CB) is known color: Blue Bell. HEX triplet: 8E, 90 and CB. RGB value is (142,144,203). Sum of RGB (Red+Green+Blue) = 142+144+203=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E90CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90CB is #716F34. Grayscale: #959595. Windows color (decimal): -7434037 or 13340814. OLE color: 13340814.

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

Color convert

RGB 142 144 203 -
CMYK 0.30 0.29 0 0.20
HSL 238.03º 0.37% 0.68% -
HSV(B) 238.03º 0.3% 0.8% -
XYZ 31.91 30.01 60.61 -
YUV 150.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 142 144 203 0.30 0.29 0 0.20 238.03 0.37 0.68
Hex 8E 90 CB 1E 1D 0 14 EE 25 44
Octal 216 220 313 36 35 0 24 356 45 104
Binary 10001110 10010000 11001011 11110 11101 0 10100 11101110 100101 1000100

Color Harmonies of #8E90CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E90CB

Black with #8E90CB

Text Example


Text Example

White with #8E90CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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