Html Css Color HEX #8D70F9 Light Slate Blue

📋 copy color: '#8D70F9'

red 141 ◦ green 112 ◦ blue 249

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

Shades of Light Slate Blue #8D70F9

Tints of Light Slate Blue #8D70F9

RGB

 RED value IS 141 (55.47% from 255) = 28.09%

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

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 28.09%
G = 22.31%
B = 49.6%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D70F9 (or 0x8D70F9) is known color: Light Slate Blue. HEX triplet: 8D, 70 and F9. RGB value is (141,112,249). Sum of RGB (Red+Green+Blue) = 141+112+249=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D70F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D70F9 is #728F06. Grayscale: #878787. Windows color (decimal): -7507719 or 16347277. OLE color: 16347277.

HSL color Cylindrical-coordinate representation of color #8D70F9: hue angle of 252.7º degrees, saturation: 0.92, 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 #8D70F9 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 112 249 -
CMYK 0.43 0.55 0 0.02
HSL 252.7º 0.92% 0.71% -
HSV(B) 252.7º 0.55% 0.98% -
XYZ 33.88 24.09 92.49 -
YUV 136.29 191.61 131.36 -
System Red Green Blue C M Y K H S L
Decimal 141 112 249 0.43 0.55 0 0.02 252.7 0.92 0.71
Hex 8D 70 F9 2B 37 0 2 FD 5C 47
Octal 215 160 371 53 67 0 2 375 134 107
Binary 10001101 1110000 11111001 101011 110111 0 10 11111101 1011100 1000111

Color Harmonies of #8D70F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D70F9

Black with #8D70F9

Text Example


Text Example

White with #8D70F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,112,249); }

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

background-color css

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

 a { background-color: rgb(141,112,249); }

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

border-color css

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

 span { border-color: rgb(141,112,249); }

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