#926DFA

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

Shades of Light Slate Blue #926DFA

Tints of Light Slate Blue #926DFA

Color information

#926DFA (or 0x926DFA) is unknown color: approx Light Slate Blue. HEX triplet: 92, 6D and FA. RGB value is (146,109,250). Sum of RGB (Red+Green+Blue) = 146+109+250=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #926DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926DFA is #6D9205. Grayscale: #878787. Windows color (decimal): -7180806 or 16412050. OLE color: 16412050.

HSL color Cylindrical-coordinate representation of color #926DFA: hue angle of 255.74º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #926DFA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146109250-
CMYK0.420.5600.02
HSL255.74º93.38%70.39%-
HSV(B)255.74º56.4%98.04%-
XYZ34.5823.9593.24-
YUV136.14192.26135.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 250 (98.05% from 255) = 49.50%
R=28.91%
G=21.58%
B=49.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461092500.420.5600.02255.7493.3870.39
Hex926DFA2A38021005d46
Octal222155372527002400135106
Binary1001001011011011111101010101011100001010000000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,109,250); }

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

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

 a { background-color: rgb(146,109,250); }

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

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

 span { border-color: rgb(146,109,250); }

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