#9794F9

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

Shades of Portage #9794F9

Tints of Portage #9794F9

Color information

#9794F9 (or 0x9794F9) is unknown color: approx Portage. HEX triplet: 97, 94 and F9. RGB value is (151,148,249). Sum of RGB (Red+Green+Blue) = 151+148+249=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #9794F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9794F9 is #686B06. Grayscale: #A0A0A0. Windows color (decimal): -6843143 or 16356503. OLE color: 16356503.

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

Color convert

RGB151148249-
CMYK0.390.4100.02
HSL241.78º89.38%77.84%-
HSV(B)241.78º40.56%97.65%-
XYZ40.4534.694.17-
YUV160.41177.99121.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.55%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 249 (97.66% from 255) = 45.44%
R=27.55%
G=27.01%
B=45.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511482490.390.4100.02241.7889.3877.84
Hex9794F9272902f2594e
Octal227224371475102362131116
Binary1001011110010100111110011001111010010101111001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9794F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9794F9; }

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

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

<style>
 a { background-color: #9794F9; }

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

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

<style>
 span { border-color: #9794F9; }

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

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