#939ECC

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

Shades of Portage #939ECC

Tints of Portage #939ECC

Color information

#939ECC (or 0x939ECC) is unknown color: approx Portage. HEX triplet: 93, 9E and CC. RGB value is (147,158,204). Sum of RGB (Red+Green+Blue) = 147+158+204=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #939ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ECC is #6C6133. Grayscale: #9F9F9F. Windows color (decimal): -7102772 or 13409939. OLE color: 13409939.

HSL color Cylindrical-coordinate representation of color #939ECC: hue angle of 228.42º 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 #939ECC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147158204-
CMYK0.280.2300.2
HSL228.42º35.85%68.82%-
HSV(B)228.42º27.94%80%-
XYZ35.1635.0262.03-
YUV159.95152.86118.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=28.88%
G=31.04%
B=40.08%

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
Decimal1471582040.280.2300.2228.4235.8568.82
Hex939ECC1C17014e42445
Octal223236314342702434444105
Binary1001001110011110110011001110010111010100111001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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