Html Css Color HEX #8E4CFF Light Slate Blue

📋 copy color: '#8E4CFF'

red 142 ◦ green 76 ◦ blue 255

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

Shades of Light Slate Blue #8E4CFF

Tints of Light Slate Blue #8E4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.07%

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

R = 30.02%
G = 16.07%
B = 53.91%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E4CFF (or 0x8E4CFF) is known color: Light Slate Blue. HEX triplet: 8E, 4C and FF. RGB value is (142,76,255). Sum of RGB (Red+Green+Blue) = 142+76+255=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4CFF is #71B300. Grayscale: #737373. Windows color (decimal): -7451393 or 16731278. OLE color: 16731278.

HSL color Cylindrical-coordinate representation of color #8E4CFF: hue angle of 262.12º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E4CFF is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 76 255 -
CMYK 0.44 0.70 0 0
HSL 262.12º 1% 0.65% -
HSV(B) 262.12º 0.7% 1% -
XYZ 31.79 18.14 96.43 -
YUV 116.14 206.37 146.45 -
System Red Green Blue C M Y K H S L
Decimal 142 76 255 0.44 0.70 0 0 262.12 1 0.65
Hex 8E 4C FF 2C 46 0 0 106 64 41
Octal 216 114 377 54 106 0 0 406 144 101
Binary 10001110 1001100 11111111 101100 1000110 0 0 100000110 1100100 1000001

Color Harmonies of #8E4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4CFF

Black with #8E4CFF

Text Example


Text Example

White with #8E4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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