Html Css Color HEX #8E92BC Blue Bell

📋 copy color: '#8E92BC'

red 142 ◦ green 146 ◦ blue 188

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

Shades of Blue Bell #8E92BC

Tints of Blue Bell #8E92BC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

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

R = 29.83%
G = 30.67%
B = 39.5%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E92BC (or 0x8E92BC) is known color: Blue Bell. HEX triplet: 8E, 92 and BC. RGB value is (142,146,188). Sum of RGB (Red+Green+Blue) = 142+146+188=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E92BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92BC is #716D43. Grayscale: #959595. Windows color (decimal): -7433540 or 12358286. OLE color: 12358286.

HSL color Cylindrical-coordinate representation of color #8E92BC: hue angle of 234.78º 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 #8E92BC is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 146 188 -
CMYK 0.24 0.22 0 0.26
HSL 234.78º 0.26% 0.65% -
HSV(B) 234.78º 0.24% 0.74% -
XYZ 30.51 29.94 51.75 -
YUV 149.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 142 146 188 0.24 0.22 0 0.26 234.78 0.26 0.65
Hex 8E 92 BC 18 16 0 1A EB 1A 41
Octal 216 222 274 30 26 0 32 353 32 101
Binary 10001110 10010010 10111100 11000 10110 0 11010 11101011 11010 1000001

Color Harmonies of #8E92BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E92BC

Black with #8E92BC

Text Example


Text Example

White with #8E92BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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