Html Css Color HEX #A782FE Light Slate Blue

📋 copy color: '#A782FE'

red 167 ◦ green 130 ◦ blue 254

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

Shades of Light Slate Blue #A782FE

Tints of Light Slate Blue #A782FE

RGB

 RED value IS 167 (65.63% from 255) = 30.31%

 GREEN value IS 130 (51.17% from 255) = 23.59%

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

R = 30.31%
G = 23.59%
B = 46.1%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A782FE (or 0xA782FE) is known color: Light Slate Blue. HEX triplet: A7, 82 and FE. RGB value is (167,130,254). Sum of RGB (Red+Green+Blue) = 167+130+254=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #A782FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782FE is #587D01. Grayscale: #9A9A9A. Windows color (decimal): -5799170 or 16679591. OLE color: 16679591.

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

Color convert

RGB 167 130 254 -
CMYK 0.34 0.49 0 0.00
HSL 257.9º 0.98% 0.75% -
HSV(B) 257.9º 0.49% 1% -
XYZ 41.81 31.34 97.61 -
YUV 155.2 183.76 136.42 -
System Red Green Blue C M Y K H S L
Decimal 167 130 254 0.34 0.49 0 0.00 257.9 0.98 0.75
Hex A7 82 FE 22 31 0 0 102 62 4B
Octal 247 202 376 42 61 0 0 402 142 113
Binary 10100111 10000010 11111110 100010 110001 0 0 100000010 1100010 1001011

Color Harmonies of #A782FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A782FE

Black with #A782FE

Text Example


Text Example

White with #A782FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A782FE; }

 p { color: rgb(167,130,254); }

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

background-color css

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

 a { background-color: rgb(167,130,254); }

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

border-color css

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

 span { border-color: rgb(167,130,254); }

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