#918ACA

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

Shades of Blue Bell #918ACA

Tints of Blue Bell #918ACA

Color information

#918ACA (or 0x918ACA) is unknown color: approx Blue Bell. HEX triplet: 91, 8A and CA. RGB value is (145,138,202). Sum of RGB (Red+Green+Blue) = 145+138+202=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #918ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ACA is #6E7535. Grayscale: #939393. Windows color (decimal): -7238966 or 13273745. OLE color: 13273745.

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

Color convert

RGB145138202-
CMYK0.280.3200.21
HSL246.56º37.65%66.67%-
HSV(B)246.56º31.68%79.22%-
XYZ31.4328.4659.71-
YUV147.39158.82126.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=29.90%
G=28.45%
B=41.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451382020.280.3200.21246.5637.6566.67
Hex918ACA1C20015f72643
Octal221212312344002536746103
Binary10010001100010101100101011100100000010101111101111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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