#9A7CF9

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

Shades of Light Slate Blue #9A7CF9

Tints of Light Slate Blue #9A7CF9

Color information

#9A7CF9 (or 0x9A7CF9) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 7C and F9. RGB value is (154,124,249). Sum of RGB (Red+Green+Blue) = 154+124+249=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7CF9 is #658306. Grayscale: #929292. Windows color (decimal): -6652679 or 16350362. OLE color: 16350362.

HSL color Cylindrical-coordinate representation of color #9A7CF9: hue angle of 254.4º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A7CF9 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154124249-
CMYK0.380.5000.02
HSL254.4º91.24%73.14%-
HSV(B)254.4º50.2%97.65%-
XYZ37.6328.1293.07-
YUV147.22185.44132.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 249 (97.66% from 255) = 47.25%
R=29.22%
G=23.53%
B=47.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541242490.380.5000.02254.491.2473.14
Hex9A7CF9263202fe5b49
Octal232174371466202376133111
Binary100110101111100111110011001101100100101111111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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