#928FFA

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

Shades of Light Slate Blue #928FFA

Tints of Light Slate Blue #928FFA

Color information

#928FFA (or 0x928FFA) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8F and FA. RGB value is (146,143,250). Sum of RGB (Red+Green+Blue) = 146+143+250=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #928FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FFA is #6D7005. Grayscale: #9B9B9B. Windows color (decimal): -7172102 or 16420754. OLE color: 16420754.

HSL color Cylindrical-coordinate representation of color #928FFA: hue angle of 241.68º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #928FFA is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146143250-
CMYK0.420.4300.02
HSL241.68º91.45%77.06%-
HSV(B)241.68º42.8%98.04%-
XYZ38.9332.6694.69-
YUV156.09180.99120.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.09%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=27.09%
G=26.53%
B=46.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461432500.420.4300.02241.6891.4577.06
Hex928FFA2A2B02f25b4d
Octal222217372525302362133115
Binary1001001010001111111110101010101010110101111001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928FFA; }

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

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

<style>
 a { background-color: #928FFA; }

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

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

<style>
 span { border-color: #928FFA; }

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

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