#939CC6

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

Shades of Blue Bell #939CC6

Tints of Blue Bell #939CC6

Color information

#939CC6 (or 0x939CC6) is unknown color: approx Blue Bell. HEX triplet: 93, 9C and C6. RGB value is (147,156,198). Sum of RGB (Red+Green+Blue) = 147+156+198=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #939CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CC6 is #6C6339. Grayscale: #9D9D9D. Windows color (decimal): -7103290 or 13016211. OLE color: 13016211.

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

Color convert

RGB147156198-
CMYK0.260.2100.22
HSL229.41º30.91%67.65%-
HSV(B)229.41º25.76%77.65%-
XYZ34.1134.0658.2-
YUV158.1150.52120.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=29.34%
G=31.14%
B=39.52%

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
Decimal1471561980.260.2100.22229.4130.9167.65
Hex939CC61A15016e51f44
Octal223234306322502634537104
Binary100100111001110011000110110101010101011011100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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