Html Css Color HEX #9F8FFF Light Slate Blue

📋 copy color: '#9F8FFF'

red 159 ◦ green 143 ◦ blue 255

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

Shades of Light Slate Blue #9F8FFF

Tints of Light Slate Blue #9F8FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 28.55%
G = 25.67%
B = 45.78%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F8FFF (or 0x9F8FFF) is known color: Light Slate Blue. HEX triplet: 9F, 8F and FF. RGB value is (159,143,255). Sum of RGB (Red+Green+Blue) = 159+143+255=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8FFF is #607000. Grayscale: #A0A0A0. Windows color (decimal): -6320129 or 16748447. OLE color: 16748447.

HSL color Cylindrical-coordinate representation of color #9F8FFF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F8FFF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 143 255 -
CMYK 0.38 0.44 0 0
HSL 248.57º 1% 0.78% -
HSV(B) 248.57º 0.44% 1% -
XYZ 42.17 34.24 98.99 -
YUV 160.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 159 143 255 0.38 0.44 0 0 248.57 1 0.78
Hex 9F 8F FF 26 2C 0 0 F9 64 4E
Octal 237 217 377 46 54 0 0 371 144 116
Binary 10011111 10001111 11111111 100110 101100 0 0 11111001 1100100 1001110

Color Harmonies of #9F8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8FFF

Black with #9F8FFF

Text Example


Text Example

White with #9F8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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