Html Css Color HEX #9587FF Light Slate Blue

📋 copy color: '#9587FF'

red 149 ◦ green 135 ◦ blue 255

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

Shades of Light Slate Blue #9587FF

Tints of Light Slate Blue #9587FF

RGB

 RED value IS 149 (58.59% from 255) = 27.64%

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

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

R = 27.64%
G = 25.05%
B = 47.31%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9587FF (or 0x9587FF) is known color: Light Slate Blue. HEX triplet: 95, 87 and FF. RGB value is (149,135,255). Sum of RGB (Red+Green+Blue) = 149+135+255=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #9587FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9587FF is #6A7800. Grayscale: #989898. Windows color (decimal): -6977537 or 16746389. OLE color: 16746389.

HSL color Cylindrical-coordinate representation of color #9587FF: hue angle of 247º 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 #9587FF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 135 255 -
CMYK 0.42 0.47 0 0
HSL 247º 1% 0.76% -
HSV(B) 247º 0.47% 1% -
XYZ 39.11 30.94 98.52 -
YUV 152.87 185.64 125.24 -
System Red Green Blue C M Y K H S L
Decimal 149 135 255 0.42 0.47 0 0 247 1 0.76
Hex 95 87 FF 2A 2F 0 0 F7 64 4C
Octal 225 207 377 52 57 0 0 367 144 114
Binary 10010101 10000111 11111111 101010 101111 0 0 11110111 1100100 1001100

Color Harmonies of #9587FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9587FF

Black with #9587FF

Text Example


Text Example

White with #9587FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9587FF; }

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

 H1.HeaderClassName
 {
   color: #9587FF;
 }
 .AnyTagClassName
 {
   color: #9587FF;
 }
</style>

background-color css

<style>
 a { background-color: #9587FF; }

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

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

border-color css

<style>
 span { border-color: #9587FF; }

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

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