#939fd3

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

Shades of Portage #939FD3

Tints of Portage #939FD3

Color information

#939FD3 (or 0x939FD3) is unknown color: approx Portage. HEX triplet: 93, 9F and D3. RGB value is (147,159,211). Sum of RGB (Red+Green+Blue) = 147+159+211=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 211 - color contains mainly: blue. Hex color #939FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FD3 is #6C602C. Grayscale: #A1A1A1. Windows color (decimal): -7102509 or 13868947. OLE color: 13868947.

HSL color Cylindrical-coordinate representation of color #939FD3: hue angle of 228.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #939FD3 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB147159211-
CMYK0.300.2500.17
HSL228.75º42.11%70.2%-
HSV(B)228.75º30.33%82.75%-
XYZ36.1935.766.61-
YUV161.34156.02117.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 211 (82.81% from 255) = 40.81%
R=28.43%
G=30.75%
B=40.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1471592110.300.2500.17228.7542.1170.2
Hex939FD31E19011e52a46
Octal223237323363102134552106
Binary1001001110011111110100111111011001010001111001011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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