#916BFC

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

Shades of Light Slate Blue #916BFC

Tints of Light Slate Blue #916BFC

Color information

#916BFC (or 0x916BFC) is unknown color: approx Light Slate Blue. HEX triplet: 91, 6B and FC. RGB value is (145,107,252). Sum of RGB (Red+Green+Blue) = 145+107+252=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #916BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916BFC is #6E9403. Grayscale: #868686. Windows color (decimal): -7246852 or 16542609. OLE color: 16542609.

HSL color Cylindrical-coordinate representation of color #916BFC: hue angle of 255.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #916BFC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145107252-
CMYK0.420.5800.01
HSL255.72º96.03%70.39%-
HSV(B)255.72º57.54%98.82%-
XYZ34.5123.5694.83-
YUV134.89194.09135.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 252 (98.83% from 255) = 50%
R=28.77%
G=21.23%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451072520.420.5800.01255.7296.0370.39
Hex916BFC2A3A011006046
Octal221153374527201400140106
Binary100100011101011111111001010101110100110000000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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