Html Css Color HEX #9F7CFB Light Slate Blue

📋 copy color: '#9F7CFB'

red 159 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #9F7CFB

Tints of Light Slate Blue #9F7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.22%

 BLUE value IS 251 (98.44% from 255) = 47%

R = 29.78%
G = 23.22%
B = 47%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F7CFB (or 0x9F7CFB) is known color: Light Slate Blue. HEX triplet: 9F, 7C and FB. RGB value is (159,124,251). Sum of RGB (Red+Green+Blue) = 159+124+251=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7CFB is #608304. Grayscale: #949494. Windows color (decimal): -6324997 or 16481439. OLE color: 16481439.

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

Color convert

RGB 159 124 251 -
CMYK 0.37 0.51 0 0.02
HSL 256.54º 0.94% 0.74% -
HSV(B) 256.54º 0.51% 0.98% -
XYZ 38.92 28.75 94.77 -
YUV 148.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 159 124 251 0.37 0.51 0 0.02 256.54 0.94 0.74
Hex 9F 7C FB 25 33 0 2 101 5E 4A
Octal 237 174 373 45 63 0 2 401 136 112
Binary 10011111 1111100 11111011 100101 110011 0 10 100000001 1011110 1001010

Color Harmonies of #9F7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CFB

Black with #9F7CFB

Text Example


Text Example

White with #9F7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,124,251); }

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

background-color css

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

 a { background-color: rgb(159,124,251); }

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

border-color css

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

 span { border-color: rgb(159,124,251); }

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