#939CCC

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

Shades of Blue Bell #939CCC

Tints of Blue Bell #939CCC

Color information

#939CCC (or 0x939CCC) is unknown color: approx Blue Bell. HEX triplet: 93, 9C and CC. RGB value is (147,156,204). Sum of RGB (Red+Green+Blue) = 147+156+204=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #939CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CCC is #6C6333. Grayscale: #9E9E9E. Windows color (decimal): -7103284 or 13409427. OLE color: 13409427.

HSL color Cylindrical-coordinate representation of color #939CCC: hue angle of 230.53º 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 #939CCC is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147156204-
CMYK0.280.2400.2
HSL230.53º35.85%68.82%-
HSV(B)230.53º27.94%80%-
XYZ34.8234.3461.92-
YUV158.78153.52119.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=28.99%
G=30.77%
B=40.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471562040.280.2400.2230.5335.8568.82
Hex939CCC1C18014e72445
Octal223234314343002434744105
Binary1001001110011100110011001110011000010100111001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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