#939FE1

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

Shades of Portage #939FE1

Tints of Portage #939FE1

Color information

#939FE1 (or 0x939FE1) is unknown color: approx Portage. HEX triplet: 93, 9F and E1. RGB value is (147,159,225). Sum of RGB (Red+Green+Blue) = 147+159+225=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #939FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FE1 is #6C601E. Grayscale: #A2A2A2. Windows color (decimal): -7102495 or 14786451. OLE color: 14786451.

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

Color convert

RGB147159225-
CMYK0.350.2900.12
HSL230.77º56.52%72.94%-
HSV(B)230.77º34.67%88.24%-
XYZ38.0236.4476.26-
YUV162.94163.02116.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=27.68%
G=29.94%
B=42.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1471592250.350.2900.12230.7756.5272.94
Hex939FE1231D0Ce73949
Octal223237341433501434771111
Binary1001001110011111111000011000111110101100111001111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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