#918ECA

Color #918ECA Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #918ECA

Tints of Blue Bell #918ECA

Color information

#918ECA (or 0x918ECA) is unknown color: approx Blue Bell. HEX triplet: 91, 8E and CA. RGB value is (145,142,202). Sum of RGB (Red+Green+Blue) = 145+142+202=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #918ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ECA is #6E7135. Grayscale: #959595. Windows color (decimal): -7237942 or 13274769. OLE color: 13274769.

HSL color Cylindrical-coordinate representation of color #918ECA: hue angle of 243º 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 #918ECA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145142202-
CMYK0.280.3000.21
HSL243º36.14%67.45%-
HSV(B)243º29.7%79.22%-
XYZ32.0129.6359.91-
YUV149.74157.49124.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=29.65%
G=29.04%
B=41.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451422020.280.3000.2124336.1467.45
Hex918ECA1C1E015f32443
Octal221216312343602536344103
Binary1001000110001110110010101110011110010101111100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918ECA; }

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

 H1.HeaderClassName
 {
   color: #918ECA;
 }
 .AnyTagClassName
 {
   color: #918ECA;
 }
</style>
background-color css

<style>
 a { background-color: #918ECA; }

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

 div.DivClassName
 {
   background-color: #918ECA;
 }
 .BgClassName
 {
   background-color: #918ECA;
 }
</style>
border-color css

<style>
 span { border-color: #918ECA; }

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

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