Html Css Color HEX #A87DFE Light Slate Blue

📋 copy color: '#A87DFE'

red 168 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #A87DFE

Tints of Light Slate Blue #A87DFE

RGB

 RED value IS 168 (66.02% from 255) = 30.71%

 GREEN value IS 125 (49.22% from 255) = 22.85%

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

R = 30.71%
G = 22.85%
B = 46.44%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A87DFE (or 0xA87DFE) is known color: Light Slate Blue. HEX triplet: A8, 7D and FE. RGB value is (168,125,254). Sum of RGB (Red+Green+Blue) = 168+125+254=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #A87DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DFE is #578201. Grayscale: #989898. Windows color (decimal): -5734914 or 16678312. OLE color: 16678312.

HSL color Cylindrical-coordinate representation of color #A87DFE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A87DFE is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 125 254 -
CMYK 0.34 0.51 0 0.00
HSL 260º 0.98% 0.74% -
HSV(B) 260º 0.51% 1% -
XYZ 41.37 30.15 97.4 -
YUV 152.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 168 125 254 0.34 0.51 0 0.00 260 0.98 0.74
Hex A8 7D FE 22 33 0 0 104 62 4A
Octal 250 175 376 42 63 0 0 404 142 112
Binary 10101000 1111101 11111110 100010 110011 0 0 100000100 1100010 1001010

Color Harmonies of #A87DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DFE

Black with #A87DFE

Text Example


Text Example

White with #A87DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DFE; }

 p { color: rgb(168,125,254); }

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

background-color css

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

 a { background-color: rgb(168,125,254); }

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

border-color css

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

 span { border-color: rgb(168,125,254); }

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