#9A7EFC

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

Shades of Light Slate Blue #9A7EFC

Tints of Light Slate Blue #9A7EFC

Color information

#9A7EFC (or 0x9A7EFC) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 7E and FC. RGB value is (154,126,252). Sum of RGB (Red+Green+Blue) = 154+126+252=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7EFC is #658103. Grayscale: #949494. Windows color (decimal): -6652164 or 16547482. OLE color: 16547482.

HSL color Cylindrical-coordinate representation of color #9A7EFC: hue angle of 253.33º 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 #9A7EFC is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154126252-
CMYK0.390.500.01
HSL253.33º95.45%74.12%-
HSV(B)253.33º50%98.82%-
XYZ38.3628.8295.64-
YUV148.74186.28131.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.95%
GREEN value IS 126 (49.61% from 255) = 23.68%
BLUE value IS 252 (98.83% from 255) = 47.37%
R=28.95%
G=23.68%
B=47.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541262520.390.500.01253.3395.4574.12
Hex9A7EFC273201fd5f4a
Octal232176374476201375137112
Binary10011010111111011111100100111110010011111110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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