#9699E3

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

Shades of Portage #9699E3

Tints of Portage #9699E3

Color information

#9699E3 (or 0x9699E3) is unknown color: approx Portage. HEX triplet: 96, 99 and E3. RGB value is (150,153,227). Sum of RGB (Red+Green+Blue) = 150+153+227=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #9699E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699E3 is #69661C. Grayscale: #A0A0A0. Windows color (decimal): -6907421 or 14915990. OLE color: 14915990.

HSL color Cylindrical-coordinate representation of color #9699E3: hue angle of 237.66º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9699E3 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150153227-
CMYK0.340.3300.11
HSL237.66º57.89%73.92%-
HSV(B)237.66º33.92%89.02%-
XYZ37.8334.8177.4-
YUV160.54165.51120.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 227 (89.06% from 255) = 42.83%
R=28.30%
G=28.87%
B=42.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501532270.340.3300.11237.6657.8973.92
Hex9699E322210Bee3a4a
Octal226231343424101335672112
Binary10010110100110011110001110001010000101011111011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9699E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9699E3; }

 p { color: rgb(150,153,227); }

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

<style>
 a { background-color: #9699E3; }

 a { background-color: rgb(150,153,227); }

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

<style>
 span { border-color: #9699E3; }

 span { border-color: rgb(150,153,227); }

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