#939DCC

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

Shades of Portage #939DCC

Tints of Portage #939DCC

Color information

#939DCC (or 0x939DCC) is unknown color: approx Portage. HEX triplet: 93, 9D and CC. RGB value is (147,157,204). Sum of RGB (Red+Green+Blue) = 147+157+204=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #939DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DCC is #6C6233. Grayscale: #9F9F9F. Windows color (decimal): -7103028 or 13409683. OLE color: 13409683.

HSL color Cylindrical-coordinate representation of color #939DCC: hue angle of 229.47º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #939DCC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147157204-
CMYK0.280.2300.2
HSL229.47º35.85%68.82%-
HSV(B)229.47º27.94%80%-
XYZ34.9934.6861.98-
YUV159.37153.19119.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=28.94%
G=30.91%
B=40.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471572040.280.2300.2229.4735.8568.82
Hex939DCC1C17014e52445
Octal223235314342702434544105
Binary1001001110011101110011001110010111010100111001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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