Html Css Color HEX #8E8FBC Blue Bell

📋 copy color: '#8E8FBC'

red 142 ◦ green 143 ◦ blue 188

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

Shades of Blue Bell #8E8FBC

Tints of Blue Bell #8E8FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.23%

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

R = 30.02%
G = 30.23%
B = 39.75%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E8FBC (or 0x8E8FBC) is known color: Blue Bell. HEX triplet: 8E, 8F and BC. RGB value is (142,143,188). Sum of RGB (Red+Green+Blue) = 142+143+188=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E8FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8FBC is #717043. Grayscale: #939393. Windows color (decimal): -7434308 or 12357518. OLE color: 12357518.

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

Color convert

RGB 142 143 188 -
CMYK 0.24 0.24 0 0.26
HSL 238.7º 0.26% 0.65% -
HSV(B) 238.7º 0.24% 0.74% -
XYZ 30.05 29.03 51.6 -
YUV 147.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 142 143 188 0.24 0.24 0 0.26 238.7 0.26 0.65
Hex 8E 8F BC 18 18 0 1A EF 1A 41
Octal 216 217 274 30 30 0 32 357 32 101
Binary 10001110 10001111 10111100 11000 11000 0 11010 11101111 11010 1000001

Color Harmonies of #8E8FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8FBC

Black with #8E8FBC

Text Example


Text Example

White with #8E8FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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