#9D9AFF

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

Shades of Portage #9D9AFF

Tints of Portage #9D9AFF

Color information

#9D9AFF (or 0x9D9AFF) is unknown color: approx Portage. HEX triplet: 9D, 9A and FF. RGB value is (157,154,255). Sum of RGB (Red+Green+Blue) = 157+154+255=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AFF is #626500. Grayscale: #A6A6A6. Windows color (decimal): -6448385 or 16751261. OLE color: 16751261.

HSL color Cylindrical-coordinate representation of color #9D9AFF: hue angle of 241.78º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D9AFF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157154255-
CMYK0.380.4000
HSL241.78º100%80.2%-
HSV(B)241.78º39.61%100%-
XYZ43.5137.599.55-
YUV166.41177.99121.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.74%
GREEN value IS 154 (60.55% from 255) = 27.21%
BLUE value IS 255 (100% from 255) = 45.05%
R=27.74%
G=27.21%
B=45.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571542550.380.4000241.7810080.2
Hex9D9AFF262800f26450
Octal235232377465000362144120
Binary100111011001101011111111100110101000001111001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D9AFF; }

 p { color: rgb(157,154,255); }

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

<style>
 a { background-color: #9D9AFF; }

 a { background-color: rgb(157,154,255); }

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

<style>
 span { border-color: #9D9AFF; }

 span { border-color: rgb(157,154,255); }

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