Html Css Color HEX #9F7DFA Light Slate Blue

📋 copy color: '#9F7DFA'

red 159 ◦ green 125 ◦ blue 250

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

Shades of Light Slate Blue #9F7DFA

Tints of Light Slate Blue #9F7DFA

RGB

 RED value IS 159 (62.5% from 255) = 29.78%

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

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

R = 29.78%
G = 23.41%
B = 46.82%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F7DFA (or 0x9F7DFA) is known color: Light Slate Blue. HEX triplet: 9F, 7D and FA. RGB value is (159,125,250). Sum of RGB (Red+Green+Blue) = 159+125+250=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F7DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7DFA is #608205. Grayscale: #949494. Windows color (decimal): -6324742 or 16416159. OLE color: 16416159.

HSL color Cylindrical-coordinate representation of color #9F7DFA: hue angle of 256.32º 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 #9F7DFA is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 125 250 -
CMYK 0.36 0.50 0 0.02
HSL 256.32º 0.93% 0.74% -
HSV(B) 256.32º 0.5% 0.98% -
XYZ 38.89 28.94 93.98 -
YUV 149.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 159 125 250 0.36 0.50 0 0.02 256.32 0.93 0.74
Hex 9F 7D FA 24 32 0 2 100 5D 4A
Octal 237 175 372 44 62 0 2 400 135 112
Binary 10011111 1111101 11111010 100100 110010 0 10 100000000 1011101 1001010

Color Harmonies of #9F7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DFA

Black with #9F7DFA

Text Example


Text Example

White with #9F7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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