Html Css Color HEX #8F70FF Light Slate Blue

📋 copy color: '#8F70FF'

red 143 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #8F70FF

Tints of Light Slate Blue #8F70FF

RGB

 RED value IS 143 (56.25% from 255) = 28.04%

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

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

R = 28.04%
G = 21.96%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F70FF (or 0x8F70FF) is known color: Light Slate Blue. HEX triplet: 8F, 70 and FF. RGB value is (143,112,255). Sum of RGB (Red+Green+Blue) = 143+112+255=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70FF is #708F00. Grayscale: #898989. Windows color (decimal): -7376641 or 16740495. OLE color: 16740495.

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

Color convert

RGB 143 112 255 -
CMYK 0.44 0.56 0 0
HSL 253.01º 1% 0.72% -
HSV(B) 253.01º 0.56% 1% -
XYZ 35.17 24.65 97.51 -
YUV 137.57 194.27 131.87 -
System Red Green Blue C M Y K H S L
Decimal 143 112 255 0.44 0.56 0 0 253.01 1 0.72
Hex 8F 70 FF 2C 38 0 0 FD 64 48
Octal 217 160 377 54 70 0 0 375 144 110
Binary 10001111 1110000 11111111 101100 111000 0 0 11111101 1100100 1001000

Color Harmonies of #8F70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F70FF

Black with #8F70FF

Text Example


Text Example

White with #8F70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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