#917FF7

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

Shades of Light Slate Blue #917FF7

Tints of Light Slate Blue #917FF7

Color information

#917FF7 (or 0x917FF7) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7F and F7. RGB value is (145,127,247). Sum of RGB (Red+Green+Blue) = 145+127+247=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #917FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917FF7 is #6E8008. Grayscale: #919191. Windows color (decimal): -7241737 or 16220049. OLE color: 16220049.

HSL color Cylindrical-coordinate representation of color #917FF7: hue angle of 249º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #917FF7 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB145127247-
CMYK0.410.4900.03
HSL249º88.24%73.33%-
HSV(B)249º48.58%96.86%-
XYZ36.0527.9191.48-
YUV146.06184.96127.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 247 (96.88% from 255) = 47.59%
R=27.94%
G=24.47%
B=47.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1451272470.410.4900.0324988.2473.33
Hex917FF7293103f95849
Octal221177367516103371130111
Binary100100011111111111101111010011100010111111100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,247); }

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

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

 a { background-color: rgb(145,127,247); }

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

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

 span { border-color: rgb(145,127,247); }

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