#9699ED

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

Shades of Portage #9699ED

Tints of Portage #9699ED

Color information

#9699ED (or 0x9699ED) is unknown color: approx Portage. HEX triplet: 96, 99 and ED. RGB value is (150,153,237). Sum of RGB (Red+Green+Blue) = 150+153+237=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #9699ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9699ED is #696612. Grayscale: #A1A1A1. Windows color (decimal): -6907411 or 15571350. OLE color: 15571350.

HSL color Cylindrical-coordinate representation of color #9699ED: hue angle of 237.93º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9699ED is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150153237-
CMYK0.370.3500.07
HSL237.93º70.73%75.88%-
HSV(B)237.93º36.71%92.94%-
XYZ39.2535.3884.88-
YUV161.68170.51119.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=27.78%
G=28.33%
B=43.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501532370.370.3500.07237.9370.7375.88
Hex9699ED252307ee474c
Octal226231355454307356107114
Binary10010110100110011110110110010110001101111110111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9699ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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