Html Css Color HEX #8C58FD Light Slate Blue

📋 copy color: '#8C58FD'

red 140 ◦ green 88 ◦ blue 253

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

Shades of Light Slate Blue #8C58FD

Tints of Light Slate Blue #8C58FD

RGB

 RED value IS 140 (55.08% from 255) = 29.11%

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

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

R = 29.11%
G = 18.3%
B = 52.6%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C58FD (or 0x8C58FD) is known color: Light Slate Blue. HEX triplet: 8C, 58 and FD. RGB value is (140,88,253). Sum of RGB (Red+Green+Blue) = 140+88+253=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C58FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C58FD is #73A702. Grayscale: #797979. Windows color (decimal): -7579395 or 16603276. OLE color: 16603276.

HSL color Cylindrical-coordinate representation of color #8C58FD: hue angle of 258.91º 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 #8C58FD is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 88 253 -
CMYK 0.45 0.65 0 0.01
HSL 258.91º 0.98% 0.67% -
HSV(B) 258.91º 0.65% 0.99% -
XYZ 32.03 19.65 95.03 -
YUV 122.36 201.73 140.58 -
System Red Green Blue C M Y K H S L
Decimal 140 88 253 0.45 0.65 0 0.01 258.91 0.98 0.67
Hex 8C 58 FD 2D 41 0 1 103 62 43
Octal 214 130 375 55 101 0 1 403 142 103
Binary 10001100 1011000 11111101 101101 1000001 0 1 100000011 1100010 1000011

Color Harmonies of #8C58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C58FD

Black with #8C58FD

Text Example


Text Example

White with #8C58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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