Html Css Color HEX #A78EFF Light Slate Blue

📋 copy color: '#A78EFF'

red 167 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #A78EFF

Tints of Light Slate Blue #A78EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.18%

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

R = 29.61%
G = 25.18%
B = 45.21%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A78EFF (or 0xA78EFF) is known color: Light Slate Blue. HEX triplet: A7, 8E and FF. RGB value is (167,142,255). Sum of RGB (Red+Green+Blue) = 167+142+255=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #A78EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78EFF is #587100. Grayscale: #A1A1A1. Windows color (decimal): -5796097 or 16748199. OLE color: 16748199.

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

Color convert

RGB 167 142 255 -
CMYK 0.35 0.44 0 0
HSL 253.27º 1% 0.78% -
HSV(B) 253.27º 0.44% 1% -
XYZ 43.66 34.78 99.02 -
YUV 162.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 167 142 255 0.35 0.44 0 0 253.27 1 0.78
Hex A7 8E FF 23 2C 0 0 FD 64 4E
Octal 247 216 377 43 54 0 0 375 144 116
Binary 10100111 10001110 11111111 100011 101100 0 0 11111101 1100100 1001110

Color Harmonies of #A78EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78EFF

Black with #A78EFF

Text Example


Text Example

White with #A78EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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