#9597FE

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

Shades of Portage #9597FE

Tints of Portage #9597FE

Color information

#9597FE (or 0x9597FE) is unknown color: approx Portage. HEX triplet: 95, 97 and FE. RGB value is (149,151,254). Sum of RGB (Red+Green+Blue) = 149+151+254=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9597FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9597FE is #6A6801. Grayscale: #A1A1A1. Windows color (decimal): -6973442 or 16684949. OLE color: 16684949.

HSL color Cylindrical-coordinate representation of color #9597FE: hue angle of 238.86º 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 #9597FE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149151254-
CMYK0.410.4100.00
HSL238.86º98.13%79.02%-
HSV(B)238.86º41.34%99.61%-
XYZ41.3535.6898.47-
YUV162.14179.84118.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=26.90%
G=27.26%
B=45.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491512540.410.4100.00238.8698.1379.02
Hex9597FE292900ef624f
Octal225227376515100357142117
Binary100101011001011111111110101001101001001110111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9597FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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