#928EFF

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

Shades of Light Slate Blue #928EFF

Tints of Light Slate Blue #928EFF

Color information

#928EFF (or 0x928EFF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8E and FF. RGB value is (146,142,255). Sum of RGB (Red+Green+Blue) = 146+142+255=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #928EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EFF is #6D7100. Grayscale: #9B9B9B. Windows color (decimal): -7172353 or 16748178. OLE color: 16748178.

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

Color convert

RGB146142255-
CMYK0.430.4400
HSL242.12º100%77.84%-
HSV(B)242.12º44.31%100%-
XYZ39.5832.6898.83-
YUV156.08183.83120.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.89%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 255 (100% from 255) = 46.96%
R=26.89%
G=26.15%
B=46.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1461422550.430.4400242.1210077.84
Hex928EFF2B2C00f2644e
Octal222216377535400362144116
Binary100100101000111011111111101011101100001111001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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