#939ECE

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

Shades of Portage #939ECE

Tints of Portage #939ECE

Color information

#939ECE (or 0x939ECE) is unknown color: approx Portage. HEX triplet: 93, 9E and CE. RGB value is (147,158,206). Sum of RGB (Red+Green+Blue) = 147+158+206=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #939ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ECE is #6C6131. Grayscale: #9F9F9F. Windows color (decimal): -7102770 or 13541011. OLE color: 13541011.

HSL color Cylindrical-coordinate representation of color #939ECE: hue angle of 228.81º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939ECE is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147158206-
CMYK0.290.2300.19
HSL228.81º37.58%69.22%-
HSV(B)228.81º28.64%80.78%-
XYZ35.435.1163.3-
YUV160.18153.86118.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=28.77%
G=30.92%
B=40.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471582060.290.2300.19228.8137.5869.22
Hex939ECE1D17013e52645
Octal223236316352702334546105
Binary1001001110011110110011101110110111010011111001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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