Html Css Color HEX #A98BFE Light Slate Blue

📋 copy color: '#A98BFE'

red 169 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #A98BFE

Tints of Light Slate Blue #A98BFE

RGB

 RED value IS 169 (66.41% from 255) = 30.07%

 GREEN value IS 139 (54.69% from 255) = 24.73%

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

R = 30.07%
G = 24.73%
B = 45.2%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A98BFE (or 0xA98BFE) is known color: Light Slate Blue. HEX triplet: A9, 8B and FE. RGB value is (169,139,254). Sum of RGB (Red+Green+Blue) = 169+139+254=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #A98BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BFE is #567401. Grayscale: #A0A0A0. Windows color (decimal): -5665794 or 16681897. OLE color: 16681897.

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

Color convert

RGB 169 139 254 -
CMYK 0.33 0.45 0 0.00
HSL 255.65º 0.98% 0.77% -
HSV(B) 255.65º 0.45% 1% -
XYZ 43.48 34.06 98.05 -
YUV 161.08 180.44 133.65 -
System Red Green Blue C M Y K H S L
Decimal 169 139 254 0.33 0.45 0 0.00 255.65 0.98 0.77
Hex A9 8B FE 21 2D 0 0 100 62 4D
Octal 251 213 376 41 55 0 0 400 142 115
Binary 10101001 10001011 11111110 100001 101101 0 0 100000000 1100010 1001101

Color Harmonies of #A98BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BFE

Black with #A98BFE

Text Example


Text Example

White with #A98BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BFE; }

 p { color: rgb(169,139,254); }

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

background-color css

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

 a { background-color: rgb(169,139,254); }

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

border-color css

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

 span { border-color: rgb(169,139,254); }

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