#9D5CFF

Color #9D5CFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9D5CFF

Tints of Light Slate Blue #9D5CFF

Color information

#9D5CFF (or 0x9D5CFF) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 5C and FF. RGB value is (157,92,255). Sum of RGB (Red+Green+Blue) = 157+92+255=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5CFF is #62A300. Grayscale: #818181. Windows color (decimal): -6464257 or 16735389. OLE color: 16735389.

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

Color convert

RGB15792255-
CMYK0.380.6400
HSL263.93º100%68.04%-
HSV(B)263.93º63.92%100%-
XYZ35.7822.0496.98-
YUV130.02198.53147.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 92 (36.33% from 255) = 18.25%
BLUE value IS 255 (100% from 255) = 50.60%
R=31.15%
G=18.25%
B=50.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal157922550.380.6400263.9310068.04
Hex9D5CFF2640001086444
Octal2351343774610000410144104
Binary1001110110111001111111110011010000000010000100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,255); }

 H1.HeaderClassName
 {
   color: #9D5CFF;
 }
 .AnyTagClassName
 {
   color: #9D5CFF;
 }
</style>
background-color css

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

 a { background-color: rgb(157,92,255); }

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

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

 span { border-color: rgb(157,92,255); }

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