#9599F3

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

Shades of Portage #9599F3

Tints of Portage #9599F3

Color information

#9599F3 (or 0x9599F3) is unknown color: approx Portage. HEX triplet: 95, 99 and F3. RGB value is (149,153,243). Sum of RGB (Red+Green+Blue) = 149+153+243=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #9599F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9599F3 is #6A660C. Grayscale: #A1A1A1. Windows color (decimal): -6972941 or 15964565. OLE color: 15964565.

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

Color convert

RGB149153243-
CMYK0.390.3700.05
HSL237.45º79.66%76.86%-
HSV(B)237.45º38.68%95.29%-
XYZ39.9635.6489.57-
YUV162.06173.67118.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 243 (95.31% from 255) = 44.59%
R=27.34%
G=28.07%
B=44.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491532430.390.3700.05237.4579.6676.86
Hex9599F3272505ed504d
Octal225231363474505355120115
Binary10010101100110011111001110011110010101011110110110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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