#9697FF

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

Shades of Portage #9697FF

Tints of Portage #9697FF

Color information

#9697FF (or 0x9697FF) is unknown color: approx Portage. HEX triplet: 96, 97 and FF. RGB value is (150,151,255). Sum of RGB (Red+Green+Blue) = 150+151+255=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #9697FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9697FF is #696800. Grayscale: #A2A2A2. Windows color (decimal): -6907905 or 16750486. OLE color: 16750486.

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

Color convert

RGB150151255-
CMYK0.410.4100
HSL239.43º100%79.41%-
HSV(B)239.43º41.18%100%-
XYZ41.6935.8499.33-
YUV162.56180.17119.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.98%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 255 (100% from 255) = 45.86%
R=26.98%
G=27.16%
B=45.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501512550.410.4100239.4310079.41
Hex9697FF292900ef644f
Octal226227377515100357144117
Binary100101101001011111111111101001101001001110111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9697FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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