Html Css Color HEX #9F8DFF Light Slate Blue

📋 copy color: '#9F8DFF'

red 159 ◦ green 141 ◦ blue 255

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

Shades of Light Slate Blue #9F8DFF

Tints of Light Slate Blue #9F8DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.41%

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

R = 28.65%
G = 25.41%
B = 45.95%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F8DFF (or 0x9F8DFF) is known color: Light Slate Blue. HEX triplet: 9F, 8D and FF. RGB value is (159,141,255). Sum of RGB (Red+Green+Blue) = 159+141+255=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8DFF is #607200. Grayscale: #9E9E9E. Windows color (decimal): -6320641 or 16747935. OLE color: 16747935.

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

Color convert

RGB 159 141 255 -
CMYK 0.38 0.45 0 0
HSL 249.47º 1% 0.78% -
HSV(B) 249.47º 0.45% 1% -
XYZ 41.87 33.64 98.89 -
YUV 159.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 159 141 255 0.38 0.45 0 0 249.47 1 0.78
Hex 9F 8D FF 26 2D 0 0 F9 64 4E
Octal 237 215 377 46 55 0 0 371 144 116
Binary 10011111 10001101 11111111 100110 101101 0 0 11111001 1100100 1001110

Color Harmonies of #9F8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8DFF

Black with #9F8DFF

Text Example


Text Example

White with #9F8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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