#928AFF

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

Shades of Light Slate Blue #928AFF

Tints of Light Slate Blue #928AFF

Color information

#928AFF (or 0x928AFF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8A and FF. RGB value is (146,138,255). Sum of RGB (Red+Green+Blue) = 146+138+255=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #928AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928AFF is #6D7500. Grayscale: #999999. Windows color (decimal): -7173377 or 16747154. OLE color: 16747154.

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

Color convert

RGB146138255-
CMYK0.430.4600
HSL244.1º100%77.06%-
HSV(B)244.1º45.88%100%-
XYZ38.9931.5198.63-
YUV153.73185.15122.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.09%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 255 (100% from 255) = 47.31%
R=27.09%
G=25.60%
B=47.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1461382550.430.4600244.110077.06
Hex928AFF2B2E00f4644d
Octal222212377535600364144115
Binary100100101000101011111111101011101110001111010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,138,255); }

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

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

 a { background-color: rgb(146,138,255); }

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

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

 span { border-color: rgb(146,138,255); }

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