Html Css Color HEX #9585FF Light Slate Blue

📋 copy color: '#9585FF'

red 149 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #9585FF

Tints of Light Slate Blue #9585FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.77%

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

R = 27.75%
G = 24.77%
B = 47.49%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9585FF (or 0x9585FF) is known color: Light Slate Blue. HEX triplet: 95, 85 and FF. RGB value is (149,133,255). Sum of RGB (Red+Green+Blue) = 149+133+255=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #9585FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9585FF is #6A7A00. Grayscale: #979797. Windows color (decimal): -6978049 or 16745877. OLE color: 16745877.

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

Color convert

RGB 149 133 255 -
CMYK 0.42 0.48 0 0
HSL 247.87º 1% 0.76% -
HSV(B) 247.87º 0.48% 1% -
XYZ 38.83 30.38 98.43 -
YUV 151.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 149 133 255 0.42 0.48 0 0 247.87 1 0.76
Hex 95 85 FF 2A 30 0 0 F8 64 4C
Octal 225 205 377 52 60 0 0 370 144 114
Binary 10010101 10000101 11111111 101010 110000 0 0 11111000 1100100 1001100

Color Harmonies of #9585FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9585FF

Black with #9585FF

Text Example


Text Example

White with #9585FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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