Html Css Color HEX #9A7DFA Light Slate Blue

📋 copy color: '#9A7DFA'

red 154 ◦ green 125 ◦ blue 250

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

Shades of Light Slate Blue #9A7DFA

Tints of Light Slate Blue #9A7DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 29.11%
G = 23.63%
B = 47.26%

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

#9A7DFA (or 0x9A7DFA) is known color: Light Slate Blue. HEX triplet: 9A, 7D and FA. RGB value is (154,125,250). Sum of RGB (Red+Green+Blue) = 154+125+250=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A7DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7DFA is #658205. Grayscale: #939393. Windows color (decimal): -6652422 or 16416154. OLE color: 16416154.

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

Color convert

RGB 154 125 250 -
CMYK 0.38 0.50 0 0.02
HSL 253.92º 0.93% 0.74% -
HSV(B) 253.92º 0.5% 0.98% -
XYZ 37.92 28.44 93.93 -
YUV 147.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 154 125 250 0.38 0.50 0 0.02 253.92 0.93 0.74
Hex 9A 7D FA 26 32 0 2 FE 5D 4A
Octal 232 175 372 46 62 0 2 376 135 112
Binary 10011010 1111101 11111010 100110 110010 0 10 11111110 1011101 1001010

Color Harmonies of #9A7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7DFA

Black with #9A7DFA

Text Example


Text Example

White with #9A7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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