#917DFD

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

Shades of Light Slate Blue #917DFD

Tints of Light Slate Blue #917DFD

Color information

#917DFD (or 0x917DFD) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7D and FD. RGB value is (145,125,253). Sum of RGB (Red+Green+Blue) = 145+125+253=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #917DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DFD is #6E8202. Grayscale: #919191. Windows color (decimal): -7242243 or 16612753. OLE color: 16612753.

HSL color Cylindrical-coordinate representation of color #917DFD: hue angle of 249.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #917DFD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145125253-
CMYK0.430.5100.01
HSL249.38º96.97%74.12%-
HSV(B)249.38º50.59%99.22%-
XYZ36.7427.7896.35-
YUV145.57188.63127.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.72%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=27.72%
G=23.90%
B=48.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451252530.430.5100.01249.3896.9774.12
Hex917DFD2B3301f9614a
Octal221175375536301371141112
Binary10010001111110111111101101011110011011111100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917DFD; }

 p { color: rgb(145,125,253); }

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

<style>
 a { background-color: #917DFD; }

 a { background-color: rgb(145,125,253); }

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

<style>
 span { border-color: #917DFD; }

 span { border-color: rgb(145,125,253); }

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