Html Css Color HEX #A779FF Light Slate Blue

📋 copy color: '#A779FF'

red 167 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #A779FF

Tints of Light Slate Blue #A779FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.28%

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

R = 30.76%
G = 22.28%
B = 46.96%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A779FF (or 0xA779FF) is known color: Light Slate Blue. HEX triplet: A7, 79 and FF. RGB value is (167,121,255). Sum of RGB (Red+Green+Blue) = 167+121+255=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #A779FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A779FF is #588600. Grayscale: #959595. Windows color (decimal): -5801473 or 16742823. OLE color: 16742823.

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

Color convert

RGB 167 121 255 -
CMYK 0.35 0.53 0 0
HSL 260.6º 1% 0.74% -
HSV(B) 260.6º 0.53% 1% -
XYZ 40.82 29.11 98.07 -
YUV 150.03 187.24 140.1 -
System Red Green Blue C M Y K H S L
Decimal 167 121 255 0.35 0.53 0 0 260.6 1 0.74
Hex A7 79 FF 23 35 0 0 105 64 4A
Octal 247 171 377 43 65 0 0 405 144 112
Binary 10100111 1111001 11111111 100011 110101 0 0 100000101 1100100 1001010

Color Harmonies of #A779FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A779FF

Black with #A779FF

Text Example


Text Example

White with #A779FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A779FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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