#9A9FF9

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

Shades of Portage #9A9FF9

Tints of Portage #9A9FF9

Color information

#9A9FF9 (or 0x9A9FF9) is unknown color: approx Portage. HEX triplet: 9A, 9F and F9. RGB value is (154,159,249). Sum of RGB (Red+Green+Blue) = 154+159+249=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A9FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9FF9 is #656006. Grayscale: #A7A7A7. Windows color (decimal): -6643719 or 16359322. OLE color: 16359322.

HSL color Cylindrical-coordinate representation of color #9A9FF9: hue angle of 236.84º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A9FF9 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154159249-
CMYK0.380.3600.02
HSL236.84º88.79%79.02%-
HSV(B)236.84º38.15%97.65%-
XYZ42.8238.5194.8-
YUV167.76173.84118.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.40%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=27.40%
G=28.29%
B=44.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541592490.380.3600.02236.8488.7979.02
Hex9A9FF9262402ed594f
Octal232237371464402355131117
Binary1001101010011111111110011001101001000101110110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,159,249); }

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

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

 a { background-color: rgb(154,159,249); }

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

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

 span { border-color: rgb(154,159,249); }

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