Html Css Color HEX #8E90BE Blue Bell

📋 copy color: '#8E90BE'

red 142 ◦ green 144 ◦ blue 190

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

Shades of Blue Bell #8E90BE

Tints of Blue Bell #8E90BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 29.83%
G = 30.25%
B = 39.92%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E90BE (or 0x8E90BE) is known color: Blue Bell. HEX triplet: 8E, 90 and BE. RGB value is (142,144,190). Sum of RGB (Red+Green+Blue) = 142+144+190=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90BE is #716F41. Grayscale: #949494. Windows color (decimal): -7434050 or 12488846. OLE color: 12488846.

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

Color convert

RGB 142 144 190 -
CMYK 0.25 0.24 0 0.25
HSL 237.5º 0.27% 0.65% -
HSV(B) 237.5º 0.25% 0.75% -
XYZ 30.42 29.42 52.79 -
YUV 148.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 142 144 190 0.25 0.24 0 0.25 237.5 0.27 0.65
Hex 8E 90 BE 19 18 0 19 EE 1B 41
Octal 216 220 276 31 30 0 31 356 33 101
Binary 10001110 10010000 10111110 11001 11000 0 11001 11101110 11011 1000001

Color Harmonies of #8E90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E90BE

Black with #8E90BE

Text Example


Text Example

White with #8E90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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