Html Css Color HEX #9A70FA Light Slate Blue

📋 copy color: '#9A70FA'

red 154 ◦ green 112 ◦ blue 250

#9A70FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9A70FA

Tints of Light Slate Blue #9A70FA

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 value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A70FA (or 0x9A70FA) is known color: 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

RGB 154 112 250 -
CMYK 0.38 0.55 0 0.02
HSL 258.26º 0.93% 0.71% -
HSV(B) 258.26º 0.55% 0.98% -
XYZ 36.38 25.36 93.42 -
YUV 140.29 189.91 137.78 -
System Red Green Blue C M Y K H S L
Decimal 154 112 250 0.38 0.55 0 0.02 258.26 0.93 0.71
Hex 9A 70 FA 26 37 0 2 102 5D 47
Octal 232 160 372 46 67 0 2 402 135 107
Binary 10011010 1110000 11111010 100110 110111 0 10 100000010 1011101 1000111

Color Harmonies of #9A70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A70FA

Black with #9A70FA

Text Example


Text Example

White with #9A70FA

Text Example


Text Example

HTML Codes & Css Web 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>