#939EF4

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

Shades of Portage #939EF4

Tints of Portage #939EF4

Color information

#939EF4 (or 0x939EF4) is unknown color: approx Portage. HEX triplet: 93, 9E and F4. RGB value is (147,158,244). Sum of RGB (Red+Green+Blue) = 147+158+244=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #939EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EF4 is #6C610B. Grayscale: #A4A4A4. Windows color (decimal): -7102732 or 16031379. OLE color: 16031379.

HSL color Cylindrical-coordinate representation of color #939EF4: hue angle of 233.2º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #939EF4 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147158244-
CMYK0.400.3500.04
HSL233.2º81.51%76.67%-
HSV(B)233.2º39.75%95.69%-
XYZ40.5937.1990.63-
YUV164.52172.86115.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.78%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 244 (95.70% from 255) = 44.44%
R=26.78%
G=28.78%
B=44.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471582440.400.3500.04233.281.5176.67
Hex939EF4282304e9524d
Octal223236364504304351122115
Binary10010011100111101111010010100010001101001110100110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,158,244); }

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

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

 a { background-color: rgb(147,158,244); }

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

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

 span { border-color: rgb(147,158,244); }

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