#9E94F9

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

Shades of Portage #9E94F9

Tints of Portage #9E94F9

Color information

#9E94F9 (or 0x9E94F9) is unknown color: approx Portage. HEX triplet: 9E, 94 and F9. RGB value is (158,148,249). Sum of RGB (Red+Green+Blue) = 158+148+249=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #9E94F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E94F9 is #616B06. Grayscale: #A2A2A2. Windows color (decimal): -6384391 or 16356510. OLE color: 16356510.

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

Color convert

RGB158148249-
CMYK0.370.4100.02
HSL245.94º89.38%77.84%-
HSV(B)245.94º40.56%97.65%-
XYZ41.7935.2994.23-
YUV162.5176.81124.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.47%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=28.47%
G=26.67%
B=44.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581482490.370.4100.02245.9489.3877.84
Hex9E94F9252902f6594e
Octal236224371455102366131116
Binary1001111010010100111110011001011010010101111011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E94F9; }

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

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

<style>
 a { background-color: #9E94F9; }

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

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

<style>
 span { border-color: #9E94F9; }

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

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