Html Css Color HEX #9F8FF7 Light Slate Blue

📋 copy color: '#9F8FF7'

red 159 ◦ green 143 ◦ blue 247

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

Shades of Light Slate Blue #9F8FF7

Tints of Light Slate Blue #9F8FF7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.05%

 BLUE value IS 247 (96.88% from 255) = 44.99%

R = 28.96%
G = 26.05%
B = 44.99%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9F8FF7 (or 0x9F8FF7) is known color: Light Slate Blue. HEX triplet: 9F, 8F and F7. RGB value is (159,143,247). Sum of RGB (Red+Green+Blue) = 159+143+247=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #9F8FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8FF7 is #607008. Grayscale: #9F9F9F. Windows color (decimal): -6320137 or 16224159. OLE color: 16224159.

HSL color Cylindrical-coordinate representation of color #9F8FF7: hue angle of 249.23º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F8FF7 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 143 247 -
CMYK 0.36 0.42 0 0.03
HSL 249.23º 0.87% 0.76% -
HSV(B) 249.23º 0.42% 0.97% -
XYZ 40.91 33.73 92.35 -
YUV 159.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 159 143 247 0.36 0.42 0 0.03 249.23 0.87 0.76
Hex 9F 8F F7 24 2A 0 3 F9 57 4C
Octal 237 217 367 44 52 0 3 371 127 114
Binary 10011111 10001111 11110111 100100 101010 0 11 11111001 1010111 1001100

Color Harmonies of #9F8FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8FF7

Black with #9F8FF7

Text Example


Text Example

White with #9F8FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,247); }

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

background-color css

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

 a { background-color: rgb(159,143,247); }

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

border-color css

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

 span { border-color: rgb(159,143,247); }

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