#917EF1

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

Shades of Light Slate Blue #917EF1

Tints of Light Slate Blue #917EF1

Color information

#917EF1 (or 0x917EF1) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7E and F1. RGB value is (145,126,241). Sum of RGB (Red+Green+Blue) = 145+126+241=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #917EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917EF1 is #6E810E. Grayscale: #909090. Windows color (decimal): -7241999 or 15826577. OLE color: 15826577.

HSL color Cylindrical-coordinate representation of color #917EF1: hue angle of 249.91º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917EF1 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145126241-
CMYK0.400.4800.05
HSL249.91º80.42%71.96%-
HSV(B)249.91º47.72%94.51%-
XYZ35.0227.2986.64-
YUV144.79182.29128.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 241 (94.53% from 255) = 47.07%
R=28.32%
G=24.61%
B=47.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451262410.400.4800.05249.9180.4271.96
Hex917EF1283005fa5048
Octal221176361506005372120110
Binary1001000111111101111000110100011000001011111101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,126,241); }

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

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

 a { background-color: rgb(145,126,241); }

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

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

 span { border-color: rgb(145,126,241); }

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