Html Css Color HEX #9F70FF Light Slate Blue

📋 copy color: '#9F70FF'

red 159 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #9F70FF

Tints of Light Slate Blue #9F70FF

RGB

 RED value IS 159 (62.5% from 255) = 30.23%

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

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

R = 30.23%
G = 21.29%
B = 48.48%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F70FF (or 0x9F70FF) is known color: Light Slate Blue. HEX triplet: 9F, 70 and FF. RGB value is (159,112,255). Sum of RGB (Red+Green+Blue) = 159+112+255=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F70FF is #608F00. Grayscale: #8D8D8D. Windows color (decimal): -6328065 or 16740511. OLE color: 16740511.

HSL color Cylindrical-coordinate representation of color #9F70FF: hue angle of 259.72º 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 #9F70FF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 112 255 -
CMYK 0.38 0.56 0 0
HSL 259.72º 1% 0.72% -
HSV(B) 259.72º 0.56% 1% -
XYZ 38.14 26.18 97.65 -
YUV 142.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 159 112 255 0.38 0.56 0 0 259.72 1 0.72
Hex 9F 70 FF 26 38 0 0 104 64 48
Octal 237 160 377 46 70 0 0 404 144 110
Binary 10011111 1110000 11111111 100110 111000 0 0 100000100 1100100 1001000

Color Harmonies of #9F70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70FF

Black with #9F70FF

Text Example


Text Example

White with #9F70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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