Html Css Color HEX #9F87FF Light Slate Blue

📋 copy color: '#9F87FF'

red 159 ◦ green 135 ◦ blue 255

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

Shades of Light Slate Blue #9F87FF

Tints of Light Slate Blue #9F87FF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.59%

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

R = 28.96%
G = 24.59%
B = 46.45%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F87FF (or 0x9F87FF) is known color: Light Slate Blue. HEX triplet: 9F, 87 and FF. RGB value is (159,135,255). Sum of RGB (Red+Green+Blue) = 159+135+255=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F87FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F87FF is #607800. Grayscale: #9B9B9B. Windows color (decimal): -6322177 or 16746399. OLE color: 16746399.

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

Color convert

RGB 159 135 255 -
CMYK 0.38 0.47 0 0
HSL 252º 1% 0.76% -
HSV(B) 252º 0.47% 1% -
XYZ 41.01 31.92 98.61 -
YUV 155.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 159 135 255 0.38 0.47 0 0 252 1 0.76
Hex 9F 87 FF 26 2F 0 0 FC 64 4C
Octal 237 207 377 46 57 0 0 374 144 114
Binary 10011111 10000111 11111111 100110 101111 0 0 11111100 1100100 1001100

Color Harmonies of #9F87FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F87FF

Black with #9F87FF

Text Example


Text Example

White with #9F87FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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