#939FCF

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

Shades of Portage #939FCF

Tints of Portage #939FCF

Color information

#939FCF (or 0x939FCF) is unknown color: approx Portage. HEX triplet: 93, 9F and CF. RGB value is (147,159,207). Sum of RGB (Red+Green+Blue) = 147+159+207=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #939FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FCF is #6C6030. Grayscale: #A0A0A0. Windows color (decimal): -7102513 or 13606803. OLE color: 13606803.

HSL color Cylindrical-coordinate representation of color #939FCF: hue angle of 228º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939FCF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147159207-
CMYK0.290.2300.19
HSL228º38.46%69.41%-
HSV(B)228º28.99%81.18%-
XYZ35.6935.564-
YUV160.88154.02118.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=28.65%
G=30.99%
B=40.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471592070.290.2300.1922838.4669.41
Hex939FCF1D17013e42645
Octal223237317352702334446105
Binary1001001110011111110011111110110111010011111001001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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