#939EFA

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

Shades of Portage #939EFA

Tints of Portage #939EFA

Color information

#939EFA (or 0x939EFA) is unknown color: approx Portage. HEX triplet: 93, 9E and FA. RGB value is (147,158,250). Sum of RGB (Red+Green+Blue) = 147+158+250=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #939EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EFA is #6C6105. Grayscale: #A4A4A4. Windows color (decimal): -7102726 or 16424595. OLE color: 16424595.

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

Color convert

RGB147158250-
CMYK0.410.3700.02
HSL233.59º91.15%77.84%-
HSV(B)233.59º41.2%98.04%-
XYZ41.5137.5695.5-
YUV165.2175.86115.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=26.49%
G=28.47%
B=45.05%

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
Decimal1471582500.410.3700.02233.5991.1577.84
Hex939EFA292502ea5b4e
Octal223236372514502352133116
Binary1001001110011110111110101010011001010101110101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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