#9A7DFC

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

Shades of Light Slate Blue #9A7DFC

Tints of Light Slate Blue #9A7DFC

Color information

#9A7DFC (or 0x9A7DFC) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 7D and FC. RGB value is (154,125,252). Sum of RGB (Red+Green+Blue) = 154+125+252=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A7DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7DFC is #658203. Grayscale: #939393. Windows color (decimal): -6652420 or 16547226. OLE color: 16547226.

HSL color Cylindrical-coordinate representation of color #9A7DFC: hue angle of 253.7º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A7DFC is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154125252-
CMYK0.390.5000.01
HSL253.7º95.49%73.92%-
HSV(B)253.7º50.4%98.82%-
XYZ38.2328.5795.59-
YUV148.15186.61132.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=29.00%
G=23.54%
B=47.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541252520.390.5000.01253.795.4973.92
Hex9A7DFC273201fe5f4a
Octal232175374476201376137112
Binary10011010111110111111100100111110010011111111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,125,252); }

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

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

 a { background-color: rgb(154,125,252); }

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

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

 span { border-color: rgb(154,125,252); }

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