#928BFA

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

Shades of Light Slate Blue #928BFA

Tints of Light Slate Blue #928BFA

Color information

#928BFA (or 0x928BFA) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8B and FA. RGB value is (146,139,250). Sum of RGB (Red+Green+Blue) = 146+139+250=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #928BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928BFA is #6D7405. Grayscale: #999999. Windows color (decimal): -7173126 or 16419730. OLE color: 16419730.

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

Color convert

RGB146139250-
CMYK0.420.4400.02
HSL243.78º91.74%76.27%-
HSV(B)243.78º44.4%98.04%-
XYZ38.3431.4894.5-
YUV153.75182.32122.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.29%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=27.29%
G=25.98%
B=46.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461392500.420.4400.02243.7891.7476.27
Hex928BFA2A2C02f45c4c
Octal222213372525402364134114
Binary1001001010001011111110101010101011000101111010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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