Html Css Color HEX #8E52FF Light Slate Blue

📋 copy color: '#8E52FF'

red 142 ◦ green 82 ◦ blue 255

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

Shades of Light Slate Blue #8E52FF

Tints of Light Slate Blue #8E52FF

RGB

 RED value IS 142 (55.86% from 255) = 29.65%

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

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

R = 29.65%
G = 17.12%
B = 53.24%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E52FF (or 0x8E52FF) is known color: Light Slate Blue. HEX triplet: 8E, 52 and FF. RGB value is (142,82,255). Sum of RGB (Red+Green+Blue) = 142+82+255=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E52FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E52FF is #71AD00. Grayscale: #777777. Windows color (decimal): -7449857 or 16732814. OLE color: 16732814.

HSL color Cylindrical-coordinate representation of color #8E52FF: hue angle of 260.81º 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 #8E52FF is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 82 255 -
CMYK 0.44 0.68 0 0
HSL 260.81º 1% 0.66% -
HSV(B) 260.81º 0.68% 1% -
XYZ 32.22 19.01 96.58 -
YUV 119.66 204.38 143.93 -
System Red Green Blue C M Y K H S L
Decimal 142 82 255 0.44 0.68 0 0 260.81 1 0.66
Hex 8E 52 FF 2C 44 0 0 105 64 42
Octal 216 122 377 54 104 0 0 405 144 102
Binary 10001110 1010010 11111111 101100 1000100 0 0 100000101 1100100 1000010

Color Harmonies of #8E52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E52FF

Black with #8E52FF

Text Example


Text Example

White with #8E52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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