#939DC6

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

Shades of Blue Bell #939DC6

Tints of Blue Bell #939DC6

Color information

#939DC6 (or 0x939DC6) is unknown color: approx Blue Bell. HEX triplet: 93, 9D and C6. RGB value is (147,157,198). Sum of RGB (Red+Green+Blue) = 147+157+198=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #939DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DC6 is #6C6239. Grayscale: #9E9E9E. Windows color (decimal): -7103034 or 13016467. OLE color: 13016467.

HSL color Cylindrical-coordinate representation of color #939DC6: hue angle of 228.24º degrees, saturation: 0.31, 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 #939DC6 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147157198-
CMYK0.260.2100.22
HSL228.24º30.91%67.65%-
HSV(B)228.24º25.76%77.65%-
XYZ34.2834.3958.26-
YUV158.68150.19119.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.28%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 198 (77.73% from 255) = 39.44%
R=29.28%
G=31.27%
B=39.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471571980.260.2100.22228.2430.9167.65
Hex939DC61A15016e41f44
Octal223235306322502634437104
Binary100100111001110111000110110101010101011011100100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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