Html Css Color HEX #9A70FF Light Slate Blue

📋 copy color: '#9A70FF'

red 154 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #9A70FF

Tints of Light Slate Blue #9A70FF

RGB

 RED value IS 154 (60.55% from 255) = 29.56%

 GREEN value IS 112 (44.14% from 255) = 21.5%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 29.56%
G = 21.5%
B = 48.94%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A70FF (or 0x9A70FF) is known color: Light Slate Blue. HEX triplet: 9A, 70 and FF. RGB value is (154,112,255). Sum of RGB (Red+Green+Blue) = 154+112+255=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A70FF is #658F00. Grayscale: #8C8C8C. Windows color (decimal): -6655745 or 16740506. OLE color: 16740506.

HSL color Cylindrical-coordinate representation of color #9A70FF: hue angle of 257.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A70FF is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 112 255 -
CMYK 0.40 0.56 0 0
HSL 257.62º 1% 0.72% -
HSV(B) 257.62º 0.56% 1% -
XYZ 37.17 25.68 97.61 -
YUV 140.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 154 112 255 0.40 0.56 0 0 257.62 1 0.72
Hex 9A 70 FF 28 38 0 0 102 64 48
Octal 232 160 377 50 70 0 0 402 144 110
Binary 10011010 1110000 11111111 101000 111000 0 0 100000010 1100100 1001000

Color Harmonies of #9A70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A70FF

Black with #9A70FF

Text Example


Text Example

White with #9A70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A70FF;
 }
 .AnyTagClassName
 {
   color: #9A70FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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