#9D84FD

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

Shades of Light Slate Blue #9D84FD

Tints of Light Slate Blue #9D84FD

Color information

#9D84FD (or 0x9D84FD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 84 and FD. RGB value is (157,132,253). Sum of RGB (Red+Green+Blue) = 157+132+253=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D84FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D84FD is #627B02. Grayscale: #989898. Windows color (decimal): -6454019 or 16614557. OLE color: 16614557.

HSL color Cylindrical-coordinate representation of color #9D84FD: hue angle of 252.4º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D84FD is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157132253-
CMYK0.380.4800.01
HSL252.4º96.8%75.49%-
HSV(B)252.4º47.83%99.22%-
XYZ39.8930.7696.76-
YUV153.27184.28130.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.97%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=28.97%
G=24.35%
B=46.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571322530.380.4800.01252.496.875.49
Hex9D84FD263001fc614b
Octal235204375466001374141113
Binary100111011000010011111101100110110000011111110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,253); }

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

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

 a { background-color: rgb(157,132,253); }

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

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

 span { border-color: rgb(157,132,253); }

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