#939FCA

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

Shades of Portage #939FCA

Tints of Portage #939FCA

Color information

#939FCA (or 0x939FCA) is unknown color: approx Portage. HEX triplet: 93, 9F and CA. RGB value is (147,159,202). Sum of RGB (Red+Green+Blue) = 147+159+202=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #939FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FCA is #6C6035. Grayscale: #A0A0A0. Windows color (decimal): -7102518 or 13279123. OLE color: 13279123.

HSL color Cylindrical-coordinate representation of color #939FCA: hue angle of 226.91º 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 #939FCA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147159202-
CMYK0.270.2100.21
HSL226.91º34.16%68.43%-
HSV(B)226.91º27.23%79.22%-
XYZ35.0935.2660.83-
YUV160.31151.52118.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=28.94%
G=31.30%
B=39.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471592020.270.2100.21226.9134.1668.43
Hex939FCA1B15015e32244
Octal223237312332502534342104
Binary1001001110011111110010101101110101010101111000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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