#9697FE

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

Shades of Portage #9697FE

Tints of Portage #9697FE

Color information

#9697FE (or 0x9697FE) is unknown color: approx Portage. HEX triplet: 96, 97 and FE. RGB value is (150,151,254). Sum of RGB (Red+Green+Blue) = 150+151+254=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #9697FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9697FE is #696801. Grayscale: #A2A2A2. Windows color (decimal): -6907906 or 16684950. OLE color: 16684950.

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

Color convert

RGB150151254-
CMYK0.410.4100.00
HSL239.42º98.11%79.22%-
HSV(B)239.42º40.94%99.61%-
XYZ41.5335.7798.48-
YUV162.44179.67119.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 254 (99.61% from 255) = 45.77%
R=27.03%
G=27.21%
B=45.77%

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
Decimal1501512540.410.4100.00239.4298.1179.22
Hex9697FE292900ef624f
Octal226227376515100357142117
Binary100101101001011111111110101001101001001110111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9697FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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