Html Css Color HEX #8D58FD Light Slate Blue

📋 copy color: '#8D58FD'

red 141 ◦ green 88 ◦ blue 253

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

Shades of Light Slate Blue #8D58FD

Tints of Light Slate Blue #8D58FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.26%

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 29.25%
G = 18.26%
B = 52.49%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D58FD (or 0x8D58FD) is known color: Light Slate Blue. HEX triplet: 8D, 58 and FD. RGB value is (141,88,253). Sum of RGB (Red+Green+Blue) = 141+88+253=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D58FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D58FD is #72A702. Grayscale: #7A7A7A. Windows color (decimal): -7513859 or 16603277. OLE color: 16603277.

HSL color Cylindrical-coordinate representation of color #8D58FD: hue angle of 259.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D58FD is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 88 253 -
CMYK 0.44 0.65 0 0.01
HSL 259.27º 0.98% 0.67% -
HSV(B) 259.27º 0.65% 0.99% -
XYZ 32.2 19.73 95.04 -
YUV 122.66 201.56 141.08 -
System Red Green Blue C M Y K H S L
Decimal 141 88 253 0.44 0.65 0 0.01 259.27 0.98 0.67
Hex 8D 58 FD 2C 41 0 1 103 62 43
Octal 215 130 375 54 101 0 1 403 142 103
Binary 10001101 1011000 11111101 101100 1000001 0 1 100000011 1100010 1000011

Color Harmonies of #8D58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D58FD

Black with #8D58FD

Text Example


Text Example

White with #8D58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,253); }

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

background-color css

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

 a { background-color: rgb(141,88,253); }

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

border-color css

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

 span { border-color: rgb(141,88,253); }

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