#939DC7

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

Shades of Blue Bell #939DC7

Tints of Blue Bell #939DC7

Color information

#939DC7 (or 0x939DC7) is unknown color: approx Blue Bell. HEX triplet: 93, 9D and C7. RGB value is (147,157,199). Sum of RGB (Red+Green+Blue) = 147+157+199=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #939DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DC7 is #6C6238. Grayscale: #9E9E9E. Windows color (decimal): -7103033 or 13082003. OLE color: 13082003.

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

Color convert

RGB147157199-
CMYK0.260.2100.22
HSL228.46º31.71%67.84%-
HSV(B)228.46º26.13%78.04%-
XYZ34.434.4458.87-
YUV158.8150.69119.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=29.22%
G=31.21%
B=39.56%

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
Decimal1471571990.260.2100.22228.4631.7167.84
Hex939DC71A15016e42044
Octal223235307322502634440104
Binary1001001110011101110001111101010101010110111001001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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