#939EF9

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

Shades of Portage #939EF9

Tints of Portage #939EF9

Color information

#939EF9 (or 0x939EF9) is unknown color: approx Portage. HEX triplet: 93, 9E and F9. RGB value is (147,158,249). Sum of RGB (Red+Green+Blue) = 147+158+249=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #939EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EF9 is #6C6106. Grayscale: #A4A4A4. Windows color (decimal): -7102727 or 16359059. OLE color: 16359059.

HSL color Cylindrical-coordinate representation of color #939EF9: hue angle of 233.53º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #939EF9 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147158249-
CMYK0.410.3700.02
HSL233.53º89.47%77.65%-
HSV(B)233.53º40.96%97.65%-
XYZ41.3637.594.68-
YUV165.08175.36115.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 158 (62.11% from 255) = 28.52%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=26.53%
G=28.52%
B=44.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471582490.410.3700.02233.5389.4777.65
Hex939EF9292502ea594e
Octal223236371514502352131116
Binary1001001110011110111110011010011001010101110101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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