Html Css Color HEX #9A80F9 Light Slate Blue

📋 copy color: '#9A80F9'

red 154 ◦ green 128 ◦ blue 249

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

Shades of Light Slate Blue #9A80F9

Tints of Light Slate Blue #9A80F9

RGB

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

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

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

R = 29%
G = 24.11%
B = 46.89%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A80F9 (or 0x9A80F9) is known color: Light Slate Blue. HEX triplet: 9A, 80 and F9. RGB value is (154,128,249). Sum of RGB (Red+Green+Blue) = 154+128+249=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A80F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A80F9 is #657F06. Grayscale: #959595. Windows color (decimal): -6651655 or 16351386. OLE color: 16351386.

HSL color Cylindrical-coordinate representation of color #9A80F9: hue angle of 252.89º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A80F9 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 128 249 -
CMYK 0.38 0.49 0 0.02
HSL 252.89º 0.91% 0.74% -
HSV(B) 252.89º 0.49% 0.98% -
XYZ 38.14 29.15 93.24 -
YUV 149.57 184.11 131.16 -
System Red Green Blue C M Y K H S L
Decimal 154 128 249 0.38 0.49 0 0.02 252.89 0.91 0.74
Hex 9A 80 F9 26 31 0 2 FD 5B 4A
Octal 232 200 371 46 61 0 2 375 133 112
Binary 10011010 10000000 11111001 100110 110001 0 10 11111101 1011011 1001010

Color Harmonies of #9A80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A80F9

Black with #9A80F9

Text Example


Text Example

White with #9A80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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