#917AF7

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

Shades of Light Slate Blue #917AF7

Tints of Light Slate Blue #917AF7

Color information

#917AF7 (or 0x917AF7) is unknown color: approx Light Slate Blue. HEX triplet: 91, 7A and F7. RGB value is (145,122,247). Sum of RGB (Red+Green+Blue) = 145+122+247=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #917AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AF7 is #6E8508. Grayscale: #8E8E8E. Windows color (decimal): -7243017 or 16218769. OLE color: 16218769.

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

Color convert

RGB145122247-
CMYK0.410.5100.03
HSL251.04º88.65%72.35%-
HSV(B)251.04º50.61%96.86%-
XYZ35.4326.6591.27-
YUV143.13186.62129.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.21%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 247 (96.88% from 255) = 48.05%
R=28.21%
G=23.74%
B=48.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1451222470.410.5100.03251.0488.6572.35
Hex917AF7293303fb5948
Octal221172367516303373131110
Binary100100011111010111101111010011100110111111101110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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