#916DFB

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

Shades of Light Slate Blue #916DFB

Tints of Light Slate Blue #916DFB

Color information

#916DFB (or 0x916DFB) is unknown color: approx Light Slate Blue. HEX triplet: 91, 6D and FB. RGB value is (145,109,251). Sum of RGB (Red+Green+Blue) = 145+109+251=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #916DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DFB is #6E9204. Grayscale: #878787. Windows color (decimal): -7246341 or 16477585. OLE color: 16477585.

HSL color Cylindrical-coordinate representation of color #916DFB: hue angle of 255.21º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #916DFB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145109251-
CMYK0.420.5700.02
HSL255.21º94.67%70.59%-
HSV(B)255.21º56.57%98.43%-
XYZ34.5623.9294.06-
YUV135.95192.93134.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.71%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 251 (98.44% from 255) = 49.70%
R=28.71%
G=21.58%
B=49.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451092510.420.5700.02255.2194.6770.59
Hex916DFB2A3902ff5f47
Octal221155373527102377137107
Binary100100011101101111110111010101110010101111111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,109,251); }

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

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

 a { background-color: rgb(145,109,251); }

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

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

 span { border-color: rgb(145,109,251); }

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