Html Css Color HEX #9587F6 Light Slate Blue

📋 copy color: '#9587F6'

red 149 ◦ green 135 ◦ blue 246

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

Shades of Light Slate Blue #9587F6

Tints of Light Slate Blue #9587F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 28.11%
G = 25.47%
B = 46.42%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9587F6 (or 0x9587F6) is known color: Light Slate Blue. HEX triplet: 95, 87 and F6. RGB value is (149,135,246). Sum of RGB (Red+Green+Blue) = 149+135+246=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #9587F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9587F6 is #6A7809. Grayscale: #979797. Windows color (decimal): -6977546 or 16156565. OLE color: 16156565.

HSL color Cylindrical-coordinate representation of color #9587F6: hue angle of 247.57º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9587F6 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 135 246 -
CMYK 0.39 0.45 0 0.04
HSL 247.57º 0.86% 0.75% -
HSV(B) 247.57º 0.45% 0.96% -
XYZ 37.69 30.37 91.06 -
YUV 151.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 149 135 246 0.39 0.45 0 0.04 247.57 0.86 0.75
Hex 95 87 F6 27 2D 0 4 F8 56 4B
Octal 225 207 366 47 55 0 4 370 126 113
Binary 10010101 10000111 11110110 100111 101101 0 100 11111000 1010110 1001011

Color Harmonies of #9587F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9587F6

Black with #9587F6

Text Example


Text Example

White with #9587F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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