#918ACC

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

Shades of Blue Bell #918ACC

Tints of Blue Bell #918ACC

Color information

#918ACC (or 0x918ACC) is unknown color: approx Blue Bell. HEX triplet: 91, 8A and CC. RGB value is (145,138,204). Sum of RGB (Red+Green+Blue) = 145+138+204=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #918ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ACC is #6E7533. Grayscale: #939393. Windows color (decimal): -7238964 or 13404817. OLE color: 13404817.

HSL color Cylindrical-coordinate representation of color #918ACC: hue angle of 246.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918ACC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145138204-
CMYK0.290.3200.2
HSL246.36º39.29%67.06%-
HSV(B)246.36º32.35%80%-
XYZ31.6628.5660.97-
YUV147.62159.82126.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.77%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=29.77%
G=28.34%
B=41.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451382040.290.3200.2246.3639.2967.06
Hex918ACC1D20014f62743
Octal221212314354002436647103
Binary10010001100010101100110011101100000010100111101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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