#939DC9

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

Shades of Blue Bell #939DC9

Tints of Blue Bell #939DC9

Color information

#939DC9 (or 0x939DC9) is unknown color: approx Blue Bell. HEX triplet: 93, 9D and C9. RGB value is (147,157,201). Sum of RGB (Red+Green+Blue) = 147+157+201=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #939DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DC9 is #6C6236. Grayscale: #9E9E9E. Windows color (decimal): -7103031 or 13213075. OLE color: 13213075.

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

Color convert

RGB147157201-
CMYK0.270.2200.21
HSL228.89º33.33%68.24%-
HSV(B)228.89º26.87%78.82%-
XYZ34.6334.5360.1-
YUV159.03151.69119.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=29.11%
G=31.09%
B=39.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471572010.270.2200.21228.8933.3368.24
Hex939DC91B16015e52144
Octal223235311332602534541104
Binary1001001110011101110010011101110110010101111001011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,157,201); }

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

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

 a { background-color: rgb(147,157,201); }

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

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

 span { border-color: rgb(147,157,201); }

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