Html Css Color HEX #A77BFF Light Slate Blue

📋 copy color: '#A77BFF'

red 167 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #A77BFF

Tints of Light Slate Blue #A77BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.57%

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

R = 30.64%
G = 22.57%
B = 46.79%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A77BFF (or 0xA77BFF) is known color: Light Slate Blue. HEX triplet: A7, 7B and FF. RGB value is (167,123,255). Sum of RGB (Red+Green+Blue) = 167+123+255=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #A77BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77BFF is #588400. Grayscale: #969696. Windows color (decimal): -5800961 or 16743335. OLE color: 16743335.

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

Color convert

RGB 167 123 255 -
CMYK 0.35 0.52 0 0
HSL 260º 1% 0.74% -
HSV(B) 260º 0.52% 1% -
XYZ 41.07 29.6 98.16 -
YUV 151.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 167 123 255 0.35 0.52 0 0 260 1 0.74
Hex A7 7B FF 23 34 0 0 104 64 4A
Octal 247 173 377 43 64 0 0 404 144 112
Binary 10100111 1111011 11111111 100011 110100 0 0 100000100 1100100 1001010

Color Harmonies of #A77BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77BFF

Black with #A77BFF

Text Example


Text Example

White with #A77BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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