Html Css Color HEX #A488F9 Light Slate Blue

📋 copy color: '#A488F9'

red 164 ◦ green 136 ◦ blue 249

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

Shades of Light Slate Blue #A488F9

Tints of Light Slate Blue #A488F9

RGB

 RED value IS 164 (64.45% from 255) = 29.87%

 GREEN value IS 136 (53.52% from 255) = 24.77%

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 29.87%
G = 24.77%
B = 45.36%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A488F9 (or 0xA488F9) is known color: Light Slate Blue. HEX triplet: A4, 88 and F9. RGB value is (164,136,249). Sum of RGB (Red+Green+Blue) = 164+136+249=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #A488F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488F9 is #5B7706. Grayscale: #9C9C9C. Windows color (decimal): -5994247 or 16353444. OLE color: 16353444.

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

Color convert

RGB 164 136 249 -
CMYK 0.34 0.45 0 0.02
HSL 254.87º 0.9% 0.75% -
HSV(B) 254.87º 0.45% 0.98% -
XYZ 41.21 32.34 93.69 -
YUV 157.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 164 136 249 0.34 0.45 0 0.02 254.87 0.9 0.75
Hex A4 88 F9 22 2D 0 2 FF 5A 4B
Octal 244 210 371 42 55 0 2 377 132 113
Binary 10100100 10001000 11111001 100010 101101 0 10 11111111 1011010 1001011

Color Harmonies of #A488F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488F9

Black with #A488F9

Text Example


Text Example

White with #A488F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488F9; }

 p { color: rgb(164,136,249); }

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

background-color css

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

 a { background-color: rgb(164,136,249); }

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

border-color css

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

 span { border-color: rgb(164,136,249); }

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