#939EF1

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

Shades of Portage #939EF1

Tints of Portage #939EF1

Color information

#939EF1 (or 0x939EF1) is unknown color: approx Portage. HEX triplet: 93, 9E and F1. RGB value is (147,158,241). Sum of RGB (Red+Green+Blue) = 147+158+241=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #939EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EF1 is #6C610E. Grayscale: #A3A3A3. Windows color (decimal): -7102735 or 15834771. OLE color: 15834771.

HSL color Cylindrical-coordinate representation of color #939EF1: hue angle of 232.98º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #939EF1 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147158241-
CMYK0.390.3400.05
HSL232.98º77.05%76.08%-
HSV(B)232.98º39%94.51%-
XYZ40.1437.0188.25-
YUV164.17171.36115.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.92%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 241 (94.53% from 255) = 44.14%
R=26.92%
G=28.94%
B=44.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471582410.390.3400.05232.9877.0576.08
Hex939EF1272205e94d4c
Octal223236361474205351115114
Binary10010011100111101111000110011110001001011110100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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