#939ACC

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

Shades of Blue Bell #939ACC

Tints of Blue Bell #939ACC

Color information

#939ACC (or 0x939ACC) is unknown color: approx Blue Bell. HEX triplet: 93, 9A and CC. RGB value is (147,154,204). Sum of RGB (Red+Green+Blue) = 147+154+204=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #939ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ACC is #6C6533. Grayscale: #9D9D9D. Windows color (decimal): -7103796 or 13408915. OLE color: 13408915.

HSL color Cylindrical-coordinate representation of color #939ACC: hue angle of 232.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #939ACC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147154204-
CMYK0.280.2500.2
HSL232.63º35.85%68.82%-
HSV(B)232.63º27.94%80%-
XYZ34.4933.6761.81-
YUV157.61154.18120.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=29.11%
G=30.50%
B=40.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471542040.280.2500.2232.6335.8568.82
Hex939ACC1C19014e92445
Octal223232314343102435144105
Binary1001001110011010110011001110011001010100111010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,154,204); }

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

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

 a { background-color: rgb(147,154,204); }

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

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

 span { border-color: rgb(147,154,204); }

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