#926BF5

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

Shades of Light Slate Blue #926BF5

Tints of Light Slate Blue #926BF5

Color information

#926BF5 (or 0x926BF5) is unknown color: approx Light Slate Blue. HEX triplet: 92, 6B and F5. RGB value is (146,107,245). Sum of RGB (Red+Green+Blue) = 146+107+245=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #926BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926BF5 is #6D940A. Grayscale: #858585. Windows color (decimal): -7181323 or 16083858. OLE color: 16083858.

HSL color Cylindrical-coordinate representation of color #926BF5: hue angle of 256.96º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #926BF5 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB146107245-
CMYK0.400.5600.04
HSL256.96º87.34%69.02%-
HSV(B)256.96º56.33%96.08%-
XYZ33.5923.2289.1-
YUV134.39190.42136.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 107 (42.19% from 255) = 21.49%
BLUE value IS 245 (96.09% from 255) = 49.20%
R=29.32%
G=21.49%
B=49.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1461072450.400.5600.04256.9687.3469.02
Hex926BF52838041015745
Octal222153365507004401127105
Binary10010010110101111110101101000111000010010000000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926BF5; }

 p { color: rgb(146,107,245); }

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

<style>
 a { background-color: #926BF5; }

 a { background-color: rgb(146,107,245); }

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

<style>
 span { border-color: #926BF5; }

 span { border-color: rgb(146,107,245); }

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