#916AFF

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

Shades of Light Slate Blue #916AFF

Tints of Light Slate Blue #916AFF

Color information

#916AFF (or 0x916AFF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 6A and FF. RGB value is (145,106,255). Sum of RGB (Red+Green+Blue) = 145+106+255=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #916AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916AFF is #6E9500. Grayscale: #868686. Windows color (decimal): -7247105 or 16738961. OLE color: 16738961.

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

Color convert

RGB145106255-
CMYK0.430.5800
HSL255.7º100%70.78%-
HSV(B)255.7º58.43%100%-
XYZ34.8823.5597.31-
YUV134.65195.92135.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.66%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 255 (100% from 255) = 50.40%
R=28.66%
G=20.95%
B=50.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451062550.430.5800255.710070.78
Hex916AFF2B3A001006447
Octal221152377537200400144107
Binary100100011101010111111111010111110100010000000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916AFF; }

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

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

<style>
 a { background-color: #916AFF; }

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

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

<style>
 span { border-color: #916AFF; }

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

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