Html Css Color HEX #8C4FFE Light Slate Blue

📋 copy color: '#8C4FFE'

red 140 ◦ green 79 ◦ blue 254

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

Shades of Light Slate Blue #8C4FFE

Tints of Light Slate Blue #8C4FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.7%

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

R = 29.6%
G = 16.7%
B = 53.7%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C4FFE (or 0x8C4FFE) is known color: Light Slate Blue. HEX triplet: 8C, 4F and FE. RGB value is (140,79,254). Sum of RGB (Red+Green+Blue) = 140+79+254=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4FFE is #73B001. Grayscale: #747474. Windows color (decimal): -7581698 or 16666508. OLE color: 16666508.

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

Color convert

RGB 140 79 254 -
CMYK 0.45 0.69 0 0.00
HSL 260.91º 0.99% 0.65% -
HSV(B) 260.91º 0.69% 1% -
XYZ 31.5 18.32 95.64 -
YUV 117.19 205.21 144.27 -
System Red Green Blue C M Y K H S L
Decimal 140 79 254 0.45 0.69 0 0.00 260.91 0.99 0.65
Hex 8C 4F FE 2D 45 0 0 105 63 41
Octal 214 117 376 55 105 0 0 405 143 101
Binary 10001100 1001111 11111110 101101 1000101 0 0 100000101 1100011 1000001

Color Harmonies of #8C4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4FFE

Black with #8C4FFE

Text Example


Text Example

White with #8C4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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