#928BF0

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

Shades of Light Slate Blue #928BF0

Tints of Light Slate Blue #928BF0

Color information

#928BF0 (or 0x928BF0) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8B and F0. RGB value is (146,139,240). Sum of RGB (Red+Green+Blue) = 146+139+240=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #928BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928BF0 is #6D740F. Grayscale: #989898. Windows color (decimal): -7173136 or 15764370. OLE color: 15764370.

HSL color Cylindrical-coordinate representation of color #928BF0: hue angle of 244.16º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #928BF0 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146139240-
CMYK0.390.4200.06
HSL244.16º77.1%74.31%-
HSV(B)244.16º42.08%94.12%-
XYZ36.8130.8786.46-
YUV152.61177.32123.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 240 (94.14% from 255) = 45.71%
R=27.81%
G=26.48%
B=45.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461392400.390.4200.06244.1677.174.31
Hex928BF0272A06f44d4a
Octal222213360475206364115112
Binary10010010100010111111000010011110101001101111010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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