#916BFE

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

Shades of Light Slate Blue #916BFE

Tints of Light Slate Blue #916BFE

Color information

#916BFE (or 0x916BFE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 6B and FE. RGB value is (145,107,254). Sum of RGB (Red+Green+Blue) = 145+107+254=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #916BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916BFE is #6E9401. Grayscale: #868686. Windows color (decimal): -7246850 or 16673681. OLE color: 16673681.

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

Color convert

RGB145107254-
CMYK0.430.5800.00
HSL255.51º98.66%70.78%-
HSV(B)255.51º57.87%99.61%-
XYZ34.8223.6996.5-
YUV135.12195.09135.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.66%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=28.66%
G=21.15%
B=50.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1451072540.430.5800.00255.5198.6670.78
Hex916BFE2B3A001006347
Octal221153376537200400143107
Binary100100011101011111111101010111110100010000000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,107,254); }

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

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

 a { background-color: rgb(145,107,254); }

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

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

 span { border-color: rgb(145,107,254); }

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