Html Css Color HEX #9F7EFA Light Slate Blue

📋 copy color: '#9F7EFA'

red 159 ◦ green 126 ◦ blue 250

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

Shades of Light Slate Blue #9F7EFA

Tints of Light Slate Blue #9F7EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.55%

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

R = 29.72%
G = 23.55%
B = 46.73%

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

#9F7EFA (or 0x9F7EFA) is known color: Light Slate Blue. HEX triplet: 9F, 7E and FA. RGB value is (159,126,250). Sum of RGB (Red+Green+Blue) = 159+126+250=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F7EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7EFA is #608105. Grayscale: #959595. Windows color (decimal): -6324486 or 16416415. OLE color: 16416415.

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

Color convert

RGB 159 126 250 -
CMYK 0.36 0.50 0 0.02
HSL 255.97º 0.93% 0.74% -
HSV(B) 255.97º 0.5% 0.98% -
XYZ 39.01 29.19 94.02 -
YUV 150 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 159 126 250 0.36 0.50 0 0.02 255.97 0.93 0.74
Hex 9F 7E FA 24 32 0 2 100 5D 4A
Octal 237 176 372 44 62 0 2 400 135 112
Binary 10011111 1111110 11111010 100100 110010 0 10 100000000 1011101 1001010

Color Harmonies of #9F7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7EFA

Black with #9F7EFA

Text Example


Text Example

White with #9F7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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