Html Css Color HEX #8E90CA Blue Bell

📋 copy color: '#8E90CA'

red 142 ◦ green 144 ◦ blue 202

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

Shades of Blue Bell #8E90CA

Tints of Blue Bell #8E90CA

RGB

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

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

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

R = 29.1%
G = 29.51%
B = 41.39%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E90CA (or 0x8E90CA) is known color: Blue Bell. HEX triplet: 8E, 90 and CA. RGB value is (142,144,202). Sum of RGB (Red+Green+Blue) = 142+144+202=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90CA is #716F35. Grayscale: #959595. Windows color (decimal): -7434038 or 13275278. OLE color: 13275278.

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

Color convert

RGB 142 144 202 -
CMYK 0.30 0.29 0 0.21
HSL 238º 0.36% 0.67% -
HSV(B) 238º 0.3% 0.79% -
XYZ 31.79 29.96 59.98 -
YUV 150.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 142 144 202 0.30 0.29 0 0.21 238 0.36 0.67
Hex 8E 90 CA 1E 1D 0 15 EE 24 43
Octal 216 220 312 36 35 0 25 356 44 103
Binary 10001110 10010000 11001010 11110 11101 0 10101 11101110 100100 1000011

Color Harmonies of #8E90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E90CA

Black with #8E90CA

Text Example


Text Example

White with #8E90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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