#9599FC

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

Shades of Portage #9599FC

Tints of Portage #9599FC

Color information

#9599FC (or 0x9599FC) is unknown color: approx Portage. HEX triplet: 95, 99 and FC. RGB value is (149,153,252). Sum of RGB (Red+Green+Blue) = 149+153+252=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #9599FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9599FC is #6A6603. Grayscale: #A2A2A2. Windows color (decimal): -6972932 or 16554389. OLE color: 16554389.

HSL color Cylindrical-coordinate representation of color #9599FC: hue angle of 237.67º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9599FC is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149153252-
CMYK0.410.3900.01
HSL237.67º94.5%78.63%-
HSV(B)237.67º40.87%98.82%-
XYZ41.3636.296.9-
YUV163.09178.17117.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 252 (98.83% from 255) = 45.49%
R=26.90%
G=27.62%
B=45.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491532520.410.3900.01237.6794.578.63
Hex9599FC292701ee5e4f
Octal225231374514701356136117
Binary100101011001100111111100101001100111011110111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9599FC; }

 p { color: rgb(149,153,252); }

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

<style>
 a { background-color: #9599FC; }

 a { background-color: rgb(149,153,252); }

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

<style>
 span { border-color: #9599FC; }

 span { border-color: rgb(149,153,252); }

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