Html Css Color HEX #9A80FE Light Slate Blue

📋 copy color: '#9A80FE'

red 154 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #9A80FE

Tints of Light Slate Blue #9A80FE

RGB

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

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

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

R = 28.73%
G = 23.88%
B = 47.39%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9A80FE (or 0x9A80FE) is known color: Light Slate Blue. HEX triplet: 9A, 80 and FE. RGB value is (154,128,254). Sum of RGB (Red+Green+Blue) = 154+128+254=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A80FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A80FE is #657F01. Grayscale: #959595. Windows color (decimal): -6651650 or 16679066. OLE color: 16679066.

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

Color convert

RGB 154 128 254 -
CMYK 0.39 0.50 0 0.00
HSL 252.38º 0.98% 0.75% -
HSV(B) 252.38º 0.5% 1% -
XYZ 38.93 29.46 97.4 -
YUV 150.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 154 128 254 0.39 0.50 0 0.00 252.38 0.98 0.75
Hex 9A 80 FE 27 32 0 0 FC 62 4B
Octal 232 200 376 47 62 0 0 374 142 113
Binary 10011010 10000000 11111110 100111 110010 0 0 11111100 1100010 1001011

Color Harmonies of #9A80FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A80FE

Black with #9A80FE

Text Example


Text Example

White with #9A80FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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