#9697F2

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

Shades of Portage #9697F2

Tints of Portage #9697F2

Color information

#9697F2 (or 0x9697F2) is unknown color: approx Portage. HEX triplet: 96, 97 and F2. RGB value is (150,151,242). Sum of RGB (Red+Green+Blue) = 150+151+242=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #9697F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9697F2 is #69680D. Grayscale: #A0A0A0. Windows color (decimal): -6907918 or 15898518. OLE color: 15898518.

HSL color Cylindrical-coordinate representation of color #9697F2: hue angle of 239.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9697F2 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150151242-
CMYK0.380.3800.05
HSL239.35º77.97%76.86%-
HSV(B)239.35º38.02%94.9%-
XYZ39.6735.0388.67-
YUV161.07173.67120.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 242 (94.92% from 255) = 44.57%
R=27.62%
G=27.81%
B=44.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501512420.380.3800.05239.3577.9776.86
Hex9697F2262605ef4e4d
Octal226227362464605357116115
Binary10010110100101111111001010011010011001011110111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9697F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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