#917DF9

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

Shades of Light Slate Blue #917DF9

Tints of Light Slate Blue #917DF9

Color information

#917DF9 (or 0x917DF9) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7D and F9. RGB value is (145,125,249). Sum of RGB (Red+Green+Blue) = 145+125+249=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #917DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917DF9 is #6E8206. Grayscale: #909090. Windows color (decimal): -7242247 or 16350609. OLE color: 16350609.

HSL color Cylindrical-coordinate representation of color #917DF9: hue angle of 249.68º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917DF9 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145125249-
CMYK0.420.5000.02
HSL249.68º91.18%73.33%-
HSV(B)249.68º49.8%97.65%-
XYZ36.1127.5393.03-
YUV145.12186.63127.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 249 (97.66% from 255) = 47.98%
R=27.94%
G=24.08%
B=47.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451252490.420.5000.02249.6891.1873.33
Hex917DF92A3202fa5b49
Octal221175371526202372133111
Binary100100011111101111110011010101100100101111101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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