Html Css Color HEX #9A80FF Light Slate Blue

📋 copy color: '#9A80FF'

red 154 ◦ green 128 ◦ blue 255

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

Shades of Light Slate Blue #9A80FF

Tints of Light Slate Blue #9A80FF

RGB

 RED value IS 154 (60.55% from 255) = 28.68%

 GREEN value IS 128 (50.39% from 255) = 23.84%

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

R = 28.68%
G = 23.84%
B = 47.49%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A80FF (or 0x9A80FF) is known color: Light Slate Blue. HEX triplet: 9A, 80 and FF. RGB value is (154,128,255). Sum of RGB (Red+Green+Blue) = 154+128+255=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A80FF is #657F00. Grayscale: #959595. Windows color (decimal): -6651649 or 16744602. OLE color: 16744602.

HSL color Cylindrical-coordinate representation of color #9A80FF: hue angle of 252.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A80FF is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 128 255 -
CMYK 0.40 0.50 0 0
HSL 252.28º 1% 0.75% -
HSV(B) 252.28º 0.5% 1% -
XYZ 39.1 29.53 98.25 -
YUV 150.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 154 128 255 0.40 0.50 0 0 252.28 1 0.75
Hex 9A 80 FF 28 32 0 0 FC 64 4B
Octal 232 200 377 50 62 0 0 374 144 113
Binary 10011010 10000000 11111111 101000 110010 0 0 11111100 1100100 1001011

Color Harmonies of #9A80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A80FF

Black with #9A80FF

Text Example


Text Example

White with #9A80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A80FF; }

 p { color: rgb(154,128,255); }

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

background-color css

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

 a { background-color: rgb(154,128,255); }

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

border-color css

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

 span { border-color: rgb(154,128,255); }

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