#918EC6

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

Shades of Blue Bell #918EC6

Tints of Blue Bell #918EC6

Color information

#918EC6 (or 0x918EC6) is unknown color: approx Blue Bell. HEX triplet: 91, 8E and C6. RGB value is (145,142,198). Sum of RGB (Red+Green+Blue) = 145+142+198=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #918EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918EC6 is #6E7139. Grayscale: #959595. Windows color (decimal): -7237946 or 13012625. OLE color: 13012625.

HSL color Cylindrical-coordinate representation of color #918EC6: hue angle of 243.21º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918EC6 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145142198-
CMYK0.270.2800.22
HSL243.21º32.94%66.67%-
HSV(B)243.21º28.28%77.65%-
XYZ31.5429.4457.45-
YUV149.28155.49124.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=29.90%
G=29.28%
B=40.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451421980.270.2800.22243.2132.9466.67
Hex918EC61B1C016f32143
Octal221216306333402636341103
Binary1001000110001110110001101101111100010110111100111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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