#918EC4

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

Shades of Blue Bell #918EC4

Tints of Blue Bell #918EC4

Color information

#918EC4 (or 0x918EC4) is unknown color: approx Blue Bell. HEX triplet: 91, 8E and C4. RGB value is (145,142,196). Sum of RGB (Red+Green+Blue) = 145+142+196=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #918EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918EC4 is #6E713B. Grayscale: #949494. Windows color (decimal): -7237948 or 12881553. OLE color: 12881553.

HSL color Cylindrical-coordinate representation of color #918EC4: hue angle of 243.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918EC4 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB145142196-
CMYK0.260.2800.23
HSL243.33º31.4%66.27%-
HSV(B)243.33º27.55%76.86%-
XYZ31.3129.3556.24-
YUV149.05154.49125.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.02%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=30.02%
G=29.40%
B=40.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451421960.260.2800.23243.3331.466.27
Hex918EC41A1C017f31f42
Octal221216304323402736337102
Binary100100011000111011000100110101110001011111110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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