#918AC9

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

Shades of Blue Bell #918AC9

Tints of Blue Bell #918AC9

Color information

#918AC9 (or 0x918AC9) is unknown color: approx Blue Bell. HEX triplet: 91, 8A and C9. RGB value is (145,138,201). Sum of RGB (Red+Green+Blue) = 145+138+201=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #918AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AC9 is #6E7536. Grayscale: #939393. Windows color (decimal): -7238967 or 13208209. OLE color: 13208209.

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

Color convert

RGB145138201-
CMYK0.280.3100.21
HSL246.67º36.84%66.47%-
HSV(B)246.67º31.34%78.82%-
XYZ31.3128.4159.09-
YUV147.27158.32126.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 201 (78.91% from 255) = 41.53%
R=29.96%
G=28.51%
B=41.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451382010.280.3100.21246.6736.8466.47
Hex918AC91C1F015f72542
Octal221212311343702536745102
Binary1001000110001010110010011110011111010101111101111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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