#918ACE

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

Shades of Blue Bell #918ACE

Tints of Blue Bell #918ACE

Color information

#918ACE (or 0x918ACE) is unknown color: approx Blue Bell. HEX triplet: 91, 8A and CE. RGB value is (145,138,206). Sum of RGB (Red+Green+Blue) = 145+138+206=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #918ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ACE is #6E7531. Grayscale: #939393. Windows color (decimal): -7238962 or 13535889. OLE color: 13535889.

HSL color Cylindrical-coordinate representation of color #918ACE: hue angle of 246.18º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #918ACE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145138206-
CMYK0.300.3300.19
HSL246.18º40.96%67.45%-
HSV(B)246.18º33.01%80.78%-
XYZ31.9128.6562.24-
YUV147.84160.82125.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=29.65%
G=28.22%
B=42.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451382060.300.3300.19246.1840.9667.45
Hex918ACE1E21013f62943
Octal221212316364102336651103
Binary10010001100010101100111011110100001010011111101101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,138,206); }

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

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

 a { background-color: rgb(145,138,206); }

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

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

 span { border-color: rgb(145,138,206); }

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