Html Css Color HEX #9A7DF9 Light Slate Blue

📋 copy color: '#9A7DF9'

red 154 ◦ green 125 ◦ blue 249

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

Shades of Light Slate Blue #9A7DF9

Tints of Light Slate Blue #9A7DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

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

R = 29.17%
G = 23.67%
B = 47.16%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A7DF9 (or 0x9A7DF9) is known color: Light Slate Blue. HEX triplet: 9A, 7D and F9. RGB value is (154,125,249). Sum of RGB (Red+Green+Blue) = 154+125+249=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A7DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7DF9 is #658206. Grayscale: #939393. Windows color (decimal): -6652423 or 16350618. OLE color: 16350618.

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

Color convert

RGB 154 125 249 -
CMYK 0.38 0.50 0 0.02
HSL 254.03º 0.91% 0.73% -
HSV(B) 254.03º 0.5% 0.98% -
XYZ 37.76 28.38 93.11 -
YUV 147.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 154 125 249 0.38 0.50 0 0.02 254.03 0.91 0.73
Hex 9A 7D F9 26 32 0 2 FE 5B 49
Octal 232 175 371 46 62 0 2 376 133 111
Binary 10011010 1111101 11111001 100110 110010 0 10 11111110 1011011 1001001

Color Harmonies of #9A7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7DF9

Black with #9A7DF9

Text Example


Text Example

White with #9A7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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