#9D9AF6

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

Shades of Portage #9D9AF6

Tints of Portage #9D9AF6

Color information

#9D9AF6 (or 0x9D9AF6) is unknown color: approx Portage. HEX triplet: 9D, 9A and F6. RGB value is (157,154,246). Sum of RGB (Red+Green+Blue) = 157+154+246=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #9D9AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AF6 is #626509. Grayscale: #A5A5A5. Windows color (decimal): -6448394 or 16161437. OLE color: 16161437.

HSL color Cylindrical-coordinate representation of color #9D9AF6: hue angle of 241.96º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D9AF6 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB157154246-
CMYK0.360.3700.04
HSL241.96º83.64%78.43%-
HSV(B)241.96º37.4%96.47%-
XYZ42.0936.9392.1-
YUV165.39173.49122.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=28.19%
G=27.65%
B=44.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1571542460.360.3700.04241.9683.6478.43
Hex9D9AF6242504f2544e
Octal235232366444504362124116
Binary10011101100110101111011010010010010101001111001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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