Html Css Color HEX #8C52FF Light Slate Blue

📋 copy color: '#8C52FF'

red 140 ◦ green 82 ◦ blue 255

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

Shades of Light Slate Blue #8C52FF

Tints of Light Slate Blue #8C52FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.19%

 BLUE value IS 255 (100% from 255) = 53.46%

R = 29.35%
G = 17.19%
B = 53.46%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C52FF (or 0x8C52FF) is known color: Light Slate Blue. HEX triplet: 8C, 52 and FF. RGB value is (140,82,255). Sum of RGB (Red+Green+Blue) = 140+82+255=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C52FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C52FF is #73AD00. Grayscale: #767676. Windows color (decimal): -7580929 or 16732812. OLE color: 16732812.

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

Color convert

RGB 140 82 255 -
CMYK 0.45 0.68 0 0
HSL 260.12º 1% 0.66% -
HSV(B) 260.12º 0.68% 1% -
XYZ 31.88 18.83 96.56 -
YUV 119.06 204.72 142.93 -
System Red Green Blue C M Y K H S L
Decimal 140 82 255 0.45 0.68 0 0 260.12 1 0.66
Hex 8C 52 FF 2D 44 0 0 104 64 42
Octal 214 122 377 55 104 0 0 404 144 102
Binary 10001100 1010010 11111111 101101 1000100 0 0 100000100 1100100 1000010

Color Harmonies of #8C52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C52FF

Black with #8C52FF

Text Example


Text Example

White with #8C52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,255); }

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

background-color css

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

 a { background-color: rgb(140,82,255); }

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

border-color css

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

 span { border-color: rgb(140,82,255); }

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