#9599FE

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

Shades of Portage #9599FE

Tints of Portage #9599FE

Color information

#9599FE (or 0x9599FE) is unknown color: approx Portage. HEX triplet: 95, 99 and FE. RGB value is (149,153,254). Sum of RGB (Red+Green+Blue) = 149+153+254=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #9599FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9599FE is #6A6601. Grayscale: #A2A2A2. Windows color (decimal): -6972930 or 16685461. OLE color: 16685461.

HSL color Cylindrical-coordinate representation of color #9599FE: hue angle of 237.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9599FE is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149153254-
CMYK0.410.4000.00
HSL237.71º98.13%79.02%-
HSV(B)237.71º41.34%99.61%-
XYZ41.6836.3398.58-
YUV163.32179.17117.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=26.80%
G=27.52%
B=45.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491532540.410.4000.00237.7198.1379.02
Hex9599FE292800ee624f
Octal225231376515000356142117
Binary100101011001100111111110101001101000001110111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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