#939DFA

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

Shades of Portage #939DFA

Tints of Portage #939DFA

Color information

#939DFA (or 0x939DFA) is unknown color: approx Portage. HEX triplet: 93, 9D and FA. RGB value is (147,157,250). Sum of RGB (Red+Green+Blue) = 147+157+250=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #939DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939DFA is #6C6205. Grayscale: #A4A4A4. Windows color (decimal): -7102982 or 16424339. OLE color: 16424339.

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

Color convert

RGB147157250-
CMYK0.410.3700.02
HSL234.17º91.15%77.84%-
HSV(B)234.17º41.2%98.04%-
XYZ41.3437.2295.45-
YUV164.61176.19115.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=26.53%
G=28.34%
B=45.13%

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
Decimal1471572500.410.3700.02234.1791.1577.84
Hex939DFA292502ea5b4e
Octal223235372514502352133116
Binary1001001110011101111110101010011001010101110101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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