#9A70FA

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

Shades of Light Slate Blue #9A70FA

Tints of Light Slate Blue #9A70FA

Color information

#9A70FA (or 0x9A70FA) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 70 and FA. RGB value is (154,112,250). Sum of RGB (Red+Green+Blue) = 154+112+250=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A70FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A70FA is #658F05. Grayscale: #8B8B8B. Windows color (decimal): -6655750 or 16412826. OLE color: 16412826.

HSL color Cylindrical-coordinate representation of color #9A70FA: hue angle of 258.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A70FA is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154112250-
CMYK0.380.5500.02
HSL258.26º93.24%70.98%-
HSV(B)258.26º55.2%98.04%-
XYZ36.3825.3693.42-
YUV140.29189.91137.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 112 (44.14% from 255) = 21.71%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=29.84%
G=21.71%
B=48.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541122500.380.5500.02258.2693.2470.98
Hex9A70FA2637021025d47
Octal232160372466702402135107
Binary1001101011100001111101010011011011101010000001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A70FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,112,250); }

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

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

 a { background-color: rgb(154,112,250); }

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

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

 span { border-color: rgb(154,112,250); }

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