#9A92F7

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

Shades of Portage #9A92F7

Tints of Portage #9A92F7

Color information

#9A92F7 (or 0x9A92F7) is unknown color: approx Portage. HEX triplet: 9A, 92 and F7. RGB value is (154,146,247). Sum of RGB (Red+Green+Blue) = 154+146+247=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A92F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A92F7 is #656D08. Grayscale: #9F9F9F. Windows color (decimal): -6647049 or 16224922. OLE color: 16224922.

HSL color Cylindrical-coordinate representation of color #9A92F7: hue angle of 244.75º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A92F7 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB154146247-
CMYK0.380.4100.03
HSL244.75º86.32%77.06%-
HSV(B)244.75º40.89%96.86%-
XYZ40.3934.1492.46-
YUV159.91177.15123.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.15%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 247 (96.88% from 255) = 45.16%
R=28.15%
G=26.69%
B=45.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1541462470.380.4100.03244.7586.3277.06
Hex9A92F7262903f5564d
Octal232222367465103365126115
Binary1001101010010010111101111001101010010111111010110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A92F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,146,247); }

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

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

 a { background-color: rgb(154,146,247); }

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

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

 span { border-color: rgb(154,146,247); }

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