#926FF3

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

Shades of Light Slate Blue #926FF3

Tints of Light Slate Blue #926FF3

Color information

#926FF3 (or 0x926FF3) is unknown color: approx Light Slate Blue. HEX triplet: 92, 6F and F3. RGB value is (146,111,243). Sum of RGB (Red+Green+Blue) = 146+111+243=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #926FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FF3 is #6D900C. Grayscale: #888888. Windows color (decimal): -7180301 or 15953810. OLE color: 15953810.

HSL color Cylindrical-coordinate representation of color #926FF3: hue angle of 255.91º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #926FF3 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146111243-
CMYK0.400.5400.05
HSL255.91º84.62%69.41%-
HSV(B)255.91º54.32%95.29%-
XYZ33.7223.9587.64-
YUV136.51188.1134.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 243 (95.31% from 255) = 48.6%
R=29.2%
G=22.2%
B=48.6%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461112430.400.5400.05255.9184.6269.41
Hex926FF32836051005545
Octal222157363506605400125105
Binary10010010110111111110011101000110110010110000000010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,111,243); }

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

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

 a { background-color: rgb(146,111,243); }

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

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

 span { border-color: rgb(146,111,243); }

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