Html Css Color HEX #9A70F7 Light Slate Blue

📋 copy color: '#9A70F7'

red 154 ◦ green 112 ◦ blue 247

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

Shades of Light Slate Blue #9A70F7

Tints of Light Slate Blue #9A70F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.15%

R = 30.02%
G = 21.83%
B = 48.15%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9A70F7 (or 0x9A70F7) is known color: Light Slate Blue. HEX triplet: 9A, 70 and F7. RGB value is (154,112,247). Sum of RGB (Red+Green+Blue) = 154+112+247=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A70F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A70F7 is #658F08. Grayscale: #8B8B8B. Windows color (decimal): -6655753 or 16216218. OLE color: 16216218.

HSL color Cylindrical-coordinate representation of color #9A70F7: hue angle of 258.67º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A70F7 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 112 247 -
CMYK 0.38 0.55 0 0.03
HSL 258.67º 0.89% 0.7% -
HSV(B) 258.67º 0.55% 0.97% -
XYZ 35.91 25.17 90.96 -
YUV 139.95 188.41 138.02 -
System Red Green Blue C M Y K H S L
Decimal 154 112 247 0.38 0.55 0 0.03 258.67 0.89 0.7
Hex 9A 70 F7 26 37 0 3 103 59 46
Octal 232 160 367 46 67 0 3 403 131 106
Binary 10011010 1110000 11110111 100110 110111 0 11 100000011 1011001 1000110

Color Harmonies of #9A70F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A70F7

Black with #9A70F7

Text Example


Text Example

White with #9A70F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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