#918EC9

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

Shades of Blue Bell #918EC9

Tints of Blue Bell #918EC9

Color information

#918EC9 (or 0x918EC9) is unknown color: approx Blue Bell. HEX triplet: 91, 8E and C9. RGB value is (145,142,201). Sum of RGB (Red+Green+Blue) = 145+142+201=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #918EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918EC9 is #6E7136. Grayscale: #959595. Windows color (decimal): -7237943 or 13209233. OLE color: 13209233.

HSL color Cylindrical-coordinate representation of color #918EC9: hue angle of 243.05º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #918EC9 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145142201-
CMYK0.280.2900.21
HSL243.05º35.33%67.25%-
HSV(B)243.05º29.35%78.82%-
XYZ31.8929.5859.29-
YUV149.62156.99124.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.71%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=29.71%
G=29.10%
B=41.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451422010.280.2900.21243.0535.3367.25
Hex918EC91C1D015f32343
Octal221216311343502536343103
Binary1001000110001110110010011110011101010101111100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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