#939fe0

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

Shades of Portage #939FE0

Tints of Portage #939FE0

Color information

#939FE0 (or 0x939FE0) is unknown color: approx Portage. HEX triplet: 93, 9F and E0. RGB value is (147,159,224). Sum of RGB (Red+Green+Blue) = 147+159+224=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #939FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FE0 is #6C601F. Grayscale: #A2A2A2. Windows color (decimal): -7102496 or 14720915. OLE color: 14720915.

HSL color Cylindrical-coordinate representation of color #939FE0: hue angle of 230.65º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #939FE0 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB147159224-
CMYK0.340.2900.12
HSL230.65º55.4%72.75%-
HSV(B)230.65º34.38%87.84%-
XYZ37.8936.3875.55-
YUV162.82162.52116.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=27.74%
G=30%
B=42.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1471592240.340.2900.12230.6555.472.75
Hex939FE0221D0Ce73749
Octal223237340423501434767111
Binary1001001110011111111000001000101110101100111001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,159,224); }

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

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

 a { background-color: rgb(147,159,224); }

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

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

 span { border-color: rgb(147,159,224); }

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