#939CC8

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

Shades of Blue Bell #939CC8

Tints of Blue Bell #939CC8

Color information

#939CC8 (or 0x939CC8) is unknown color: approx Blue Bell. HEX triplet: 93, 9C and C8. RGB value is (147,156,200). Sum of RGB (Red+Green+Blue) = 147+156+200=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #939CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CC8 is #6C6337. Grayscale: #9E9E9E. Windows color (decimal): -7103288 or 13147283. OLE color: 13147283.

HSL color Cylindrical-coordinate representation of color #939CC8: hue angle of 229.81º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #939CC8 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147156200-
CMYK0.260.2200.22
HSL229.81º32.52%68.04%-
HSV(B)229.81º26.5%78.43%-
XYZ34.3534.1559.42-
YUV158.32151.52119.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=29.22%
G=31.01%
B=39.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471562000.260.2200.22229.8132.5268.04
Hex939CC81A16016e62144
Octal223234310322602634641104
Binary1001001110011100110010001101010110010110111001101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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