#918CCC

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

Shades of Blue Bell #918CCC

Tints of Blue Bell #918CCC

Color information

#918CCC (or 0x918CCC) is unknown color: approx Blue Bell. HEX triplet: 91, 8C and CC. RGB value is (145,140,204). Sum of RGB (Red+Green+Blue) = 145+140+204=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #918CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CCC is #6E7333. Grayscale: #949494. Windows color (decimal): -7238452 or 13405329. OLE color: 13405329.

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

Color convert

RGB145140204-
CMYK0.290.3100.2
HSL244.69º38.55%67.45%-
HSV(B)244.69º31.37%80%-
XYZ31.9529.1461.07-
YUV148.79159.16125.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=29.65%
G=28.63%
B=41.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451402040.290.3100.2244.6938.5567.45
Hex918CCC1D1F014f52743
Octal221214314353702436547103
Binary1001000110001100110011001110111111010100111101011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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