#917DFF

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

Shades of Light Slate Blue #917DFF

Tints of Light Slate Blue #917DFF

Color information

#917DFF (or 0x917DFF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7D and FF. RGB value is (145,125,255). Sum of RGB (Red+Green+Blue) = 145+125+255=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #917DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DFF is #6E8200. Grayscale: #919191. Windows color (decimal): -7242241 or 16743825. OLE color: 16743825.

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

Color convert

RGB145125255-
CMYK0.430.5100
HSL249.23º100%74.51%-
HSV(B)249.23º50.98%100%-
XYZ37.0627.9198.04-
YUV145.8189.63127.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.62%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 255 (100% from 255) = 48.57%
R=27.62%
G=23.81%
B=48.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451252550.430.5100249.2310074.51
Hex917DFF2B3300f9644b
Octal221175377536300371144113
Binary10010001111110111111111101011110011001111100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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