#9594FA

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

Shades of Portage #9594FA

Tints of Portage #9594FA

Color information

#9594FA (or 0x9594FA) is unknown color: approx Portage. HEX triplet: 95, 94 and FA. RGB value is (149,148,250). Sum of RGB (Red+Green+Blue) = 149+148+250=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #9594FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9594FA is #6A6B05. Grayscale: #9F9F9F. Windows color (decimal): -6974214 or 16422037. OLE color: 16422037.

HSL color Cylindrical-coordinate representation of color #9594FA: hue angle of 240.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 #9594FA is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149148250-
CMYK0.400.4100.02
HSL240.59º91.07%78.04%-
HSV(B)240.59º40.8%98.04%-
XYZ40.2434.4794.98-
YUV159.93178.83120.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.24%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=27.24%
G=27.06%
B=45.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491482500.400.4100.02240.5991.0778.04
Hex9594FA282902f15b4e
Octal225224372505102361133116
Binary1001010110010100111110101010001010010101111000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9594FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9594FA; }

 p { color: rgb(149,148,250); }

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

<style>
 a { background-color: #9594FA; }

 a { background-color: rgb(149,148,250); }

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

<style>
 span { border-color: #9594FA; }

 span { border-color: rgb(149,148,250); }

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