Html Css Color HEX #9F8FFC Light Slate Blue

📋 copy color: '#9F8FFC'

red 159 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #9F8FFC

Tints of Light Slate Blue #9F8FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 28.7%
G = 25.81%
B = 45.49%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F8FFC (or 0x9F8FFC) is known color: Light Slate Blue. HEX triplet: 9F, 8F and FC. RGB value is (159,143,252). Sum of RGB (Red+Green+Blue) = 159+143+252=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F8FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8FFC is #607003. Grayscale: #9F9F9F. Windows color (decimal): -6320132 or 16551839. OLE color: 16551839.

HSL color Cylindrical-coordinate representation of color #9F8FFC: hue angle of 248.81º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F8FFC is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 143 252 -
CMYK 0.37 0.43 0 0.01
HSL 248.81º 0.95% 0.77% -
HSV(B) 248.81º 0.43% 0.99% -
XYZ 41.69 34.04 96.47 -
YUV 160.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 159 143 252 0.37 0.43 0 0.01 248.81 0.95 0.77
Hex 9F 8F FC 25 2B 0 1 F9 5F 4D
Octal 237 217 374 45 53 0 1 371 137 115
Binary 10011111 10001111 11111100 100101 101011 0 1 11111001 1011111 1001101

Color Harmonies of #9F8FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8FFC

Black with #9F8FFC

Text Example


Text Example

White with #9F8FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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