#939eca

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

Shades of Portage #939ECA

Tints of Portage #939ECA

Color information

#939ECA (or 0x939ECA) is unknown color: approx Portage. HEX triplet: 93, 9E and CA. RGB value is (147,158,202). Sum of RGB (Red+Green+Blue) = 147+158+202=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #939ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ECA is #6C6135. Grayscale: #9F9F9F. Windows color (decimal): -7102774 or 13278867. OLE color: 13278867.

HSL color Cylindrical-coordinate representation of color #939ECA: hue angle of 228º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #939ECA is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147158202-
CMYK0.270.2200.21
HSL228º34.16%68.43%-
HSV(B)228º27.23%79.22%-
XYZ34.9234.9260.78-
YUV159.73151.86118.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=28.99%
G=31.16%
B=39.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471582020.270.2200.2122834.1668.43
Hex939ECA1B16015e42244
Octal223236312332602534442104
Binary1001001110011110110010101101110110010101111001001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939eca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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