Html Css Color HEX #9F8DF9 Light Slate Blue

📋 copy color: '#9F8DF9'

red 159 ◦ green 141 ◦ blue 249

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

Shades of Light Slate Blue #9F8DF9

Tints of Light Slate Blue #9F8DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 28.96%
G = 25.68%
B = 45.36%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F8DF9 (or 0x9F8DF9) is known color: Light Slate Blue. HEX triplet: 9F, 8D and F9. RGB value is (159,141,249). Sum of RGB (Red+Green+Blue) = 159+141+249=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #9F8DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8DF9 is #607206. Grayscale: #9E9E9E. Windows color (decimal): -6320647 or 16354719. OLE color: 16354719.

HSL color Cylindrical-coordinate representation of color #9F8DF9: hue angle of 250º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F8DF9 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 141 249 -
CMYK 0.36 0.43 0 0.02
HSL 250º 0.9% 0.76% -
HSV(B) 250º 0.43% 0.98% -
XYZ 40.92 33.26 93.89 -
YUV 158.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 159 141 249 0.36 0.43 0 0.02 250 0.9 0.76
Hex 9F 8D F9 24 2B 0 2 FA 5A 4C
Octal 237 215 371 44 53 0 2 372 132 114
Binary 10011111 10001101 11111001 100100 101011 0 10 11111010 1011010 1001100

Color Harmonies of #9F8DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8DF9

Black with #9F8DF9

Text Example


Text Example

White with #9F8DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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