#9A80F7

Color #9A80F7 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9A80F7

Tints of Light Slate Blue #9A80F7

Color information

#9A80F7 (or 0x9A80F7) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 80 and F7. RGB value is (154,128,247). Sum of RGB (Red+Green+Blue) = 154+128+247=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A80F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A80F7 is #657F08. Grayscale: #949494. Windows color (decimal): -6651657 or 16220314. OLE color: 16220314.

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

Color convert

RGB154128247-
CMYK0.380.4800.03
HSL253.11º88.15%73.53%-
HSV(B)253.11º48.18%96.86%-
XYZ37.8329.0291.6-
YUV149.34183.11131.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.11%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 247 (96.88% from 255) = 46.69%
R=29.11%
G=24.20%
B=46.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1541282470.380.4800.03253.1188.1573.53
Hex9A80F7263003fd584a
Octal232200367466003375130112
Binary1001101010000000111101111001101100000111111110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A80F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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