#9D9AF0

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

Shades of Portage #9D9AF0

Tints of Portage #9D9AF0

Color information

#9D9AF0 (or 0x9D9AF0) is unknown color: approx Portage. HEX triplet: 9D, 9A and F0. RGB value is (157,154,240). Sum of RGB (Red+Green+Blue) = 157+154+240=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #9D9AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AF0 is #62650F. Grayscale: #A4A4A4. Windows color (decimal): -6448400 or 15768221. OLE color: 15768221.

HSL color Cylindrical-coordinate representation of color #9D9AF0: hue angle of 242.09º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D9AF0 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157154240-
CMYK0.350.3600.06
HSL242.09º74.14%77.25%-
HSV(B)242.09º35.83%94.12%-
XYZ41.1936.5787.33-
YUV164.7170.49122.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.49%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=28.49%
G=27.95%
B=43.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1571542400.350.3600.06242.0974.1477.25
Hex9D9AF0232406f24a4d
Octal235232360434406362112115
Binary10011101100110101111000010001110010001101111001010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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