#939DF9

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

Shades of Portage #939DF9

Tints of Portage #939DF9

Color information

#939DF9 (or 0x939DF9) is unknown color: approx Portage. HEX triplet: 93, 9D and F9. RGB value is (147,157,249). Sum of RGB (Red+Green+Blue) = 147+157+249=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #939DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939DF9 is #6C6206. Grayscale: #A4A4A4. Windows color (decimal): -7102983 or 16358803. OLE color: 16358803.

HSL color Cylindrical-coordinate representation of color #939DF9: hue angle of 234.12º 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 #939DF9 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147157249-
CMYK0.410.3700.02
HSL234.12º89.47%77.65%-
HSV(B)234.12º40.96%97.65%-
XYZ41.1937.1694.62-
YUV164.5175.69115.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.58%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=26.58%
G=28.39%
B=45.03%

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
Decimal1471572490.410.3700.02234.1289.4777.65
Hex939DF9292502ea594e
Octal223235371514502352131116
Binary1001001110011101111110011010011001010101110101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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