#939FEF

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

Shades of Portage #939FEF

Tints of Portage #939FEF

Color information

#939FEF (or 0x939FEF) is unknown color: approx Portage. HEX triplet: 93, 9F and EF. RGB value is (147,159,239). Sum of RGB (Red+Green+Blue) = 147+159+239=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #939FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939FEF is #6C6010. Grayscale: #A4A4A4. Windows color (decimal): -7102481 or 15703955. OLE color: 15703955.

HSL color Cylindrical-coordinate representation of color #939FEF: hue angle of 232.17º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #939FEF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147159239-
CMYK0.380.3300.06
HSL232.17º74.19%75.69%-
HSV(B)232.17º38.49%93.73%-
XYZ40.0137.2386.74-
YUV164.53170.02115.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=26.97%
G=29.17%
B=43.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471592390.380.3300.06232.1774.1975.69
Hex939FEF262106e84a4c
Octal223237357464106350112114
Binary10010011100111111110111110011010000101101110100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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