Html Css Color HEX #8E90BC Blue Bell

📋 copy color: '#8E90BC'

red 142 ◦ green 144 ◦ blue 188

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

Shades of Blue Bell #8E90BC

Tints of Blue Bell #8E90BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 29.96%
G = 30.38%
B = 39.66%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E90BC (or 0x8E90BC) is known color: Blue Bell. HEX triplet: 8E, 90 and BC. RGB value is (142,144,188). Sum of RGB (Red+Green+Blue) = 142+144+188=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90BC is #716F43. Grayscale: #949494. Windows color (decimal): -7434052 or 12357774. OLE color: 12357774.

HSL color Cylindrical-coordinate representation of color #8E90BC: hue angle of 237.39º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E90BC is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 144 188 -
CMYK 0.24 0.23 0 0.26
HSL 237.39º 0.26% 0.65% -
HSV(B) 237.39º 0.24% 0.74% -
XYZ 30.21 29.33 51.65 -
YUV 148.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 142 144 188 0.24 0.23 0 0.26 237.39 0.26 0.65
Hex 8E 90 BC 18 17 0 1A ED 1A 41
Octal 216 220 274 30 27 0 32 355 32 101
Binary 10001110 10010000 10111100 11000 10111 0 11010 11101101 11010 1000001

Color Harmonies of #8E90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E90BC

Black with #8E90BC

Text Example


Text Example

White with #8E90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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