Html Css Color HEX #8C58FE Light Slate Blue

📋 copy color: '#8C58FE'

red 140 ◦ green 88 ◦ blue 254

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

Shades of Light Slate Blue #8C58FE

Tints of Light Slate Blue #8C58FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 29.05%
G = 18.26%
B = 52.7%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C58FE (or 0x8C58FE) is known color: Light Slate Blue. HEX triplet: 8C, 58 and FE. RGB value is (140,88,254). Sum of RGB (Red+Green+Blue) = 140+88+254=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C58FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C58FE is #73A701. Grayscale: #797979. Windows color (decimal): -7579394 or 16668812. OLE color: 16668812.

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

Color convert

RGB 140 88 254 -
CMYK 0.45 0.65 0 0.00
HSL 258.8º 0.99% 0.67% -
HSV(B) 258.8º 0.65% 1% -
XYZ 32.19 19.71 95.87 -
YUV 122.47 202.23 140.5 -
System Red Green Blue C M Y K H S L
Decimal 140 88 254 0.45 0.65 0 0.00 258.8 0.99 0.67
Hex 8C 58 FE 2D 41 0 0 103 63 43
Octal 214 130 376 55 101 0 0 403 143 103
Binary 10001100 1011000 11111110 101101 1000001 0 0 100000011 1100011 1000011

Color Harmonies of #8C58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C58FE

Black with #8C58FE

Text Example


Text Example

White with #8C58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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