#9697F1

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

Shades of Portage #9697F1

Tints of Portage #9697F1

Color information

#9697F1 (or 0x9697F1) is unknown color: approx Portage. HEX triplet: 96, 97 and F1. RGB value is (150,151,241). Sum of RGB (Red+Green+Blue) = 150+151+241=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #9697F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9697F1 is #69680E. Grayscale: #A0A0A0. Windows color (decimal): -6907919 or 15832982. OLE color: 15832982.

HSL color Cylindrical-coordinate representation of color #9697F1: hue angle of 239.34º degrees, saturation: 0.76, 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 #9697F1 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150151241-
CMYK0.380.3700.05
HSL239.34º76.47%76.67%-
HSV(B)239.34º37.76%94.51%-
XYZ39.5234.9787.89-
YUV160.96173.17120.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.68%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=27.68%
G=27.86%
B=44.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501512410.380.3700.05239.3476.4776.67
Hex9697F1262505ef4c4d
Octal226227361464505357114115
Binary10010110100101111111000110011010010101011110111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9697F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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