Html Css Color HEX #8C5AFD Light Slate Blue

📋 copy color: '#8C5AFD'

red 140 ◦ green 90 ◦ blue 253

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

Shades of Light Slate Blue #8C5AFD

Tints of Light Slate Blue #8C5AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

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

R = 28.99%
G = 18.63%
B = 52.38%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C5AFD (or 0x8C5AFD) is known color: Light Slate Blue. HEX triplet: 8C, 5A and FD. RGB value is (140,90,253). Sum of RGB (Red+Green+Blue) = 140+90+253=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C5AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5AFD is #73A502. Grayscale: #7A7A7A. Windows color (decimal): -7578883 or 16603788. OLE color: 16603788.

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

Color convert

RGB 140 90 253 -
CMYK 0.45 0.64 0 0.01
HSL 258.4º 0.98% 0.67% -
HSV(B) 258.4º 0.64% 0.99% -
XYZ 32.2 19.98 95.09 -
YUV 123.53 201.07 139.75 -
System Red Green Blue C M Y K H S L
Decimal 140 90 253 0.45 0.64 0 0.01 258.4 0.98 0.67
Hex 8C 5A FD 2D 40 0 1 102 62 43
Octal 214 132 375 55 100 0 1 402 142 103
Binary 10001100 1011010 11111101 101101 1000000 0 1 100000010 1100010 1000011

Color Harmonies of #8C5AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5AFD

Black with #8C5AFD

Text Example


Text Example

White with #8C5AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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