#999AED

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

Shades of Portage #999AED

Tints of Portage #999AED

Color information

#999AED (or 0x999AED) is unknown color: approx Portage. HEX triplet: 99, 9A and ED. RGB value is (153,154,237). Sum of RGB (Red+Green+Blue) = 153+154+237=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #999AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AED is #666512. Grayscale: #A2A2A2. Windows color (decimal): -6710547 or 15571609. OLE color: 15571609.

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

Color convert

RGB153154237-
CMYK0.350.3500.07
HSL239.29º70%76.47%-
HSV(B)239.29º35.44%92.94%-
XYZ39.983684.96-
YUV163.16169.67120.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.12%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=28.12%
G=28.31%
B=43.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531542370.350.3500.07239.297076.47
Hex999AED232307ef464c
Octal231232355434307357106114
Binary10011001100110101110110110001110001101111110111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999AED; }

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

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

<style>
 a { background-color: #999AED; }

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

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

<style>
 span { border-color: #999AED; }

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

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