#928AF0

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

Shades of Light Slate Blue #928AF0

Tints of Light Slate Blue #928AF0

Color information

#928AF0 (or 0x928AF0) is unknown color: approx Light Slate Blue. HEX triplet: 92, 8A and F0. RGB value is (146,138,240). Sum of RGB (Red+Green+Blue) = 146+138+240=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #928AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928AF0 is #6D750F. Grayscale: #979797. Windows color (decimal): -7173392 or 15764114. OLE color: 15764114.

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

Color convert

RGB146138240-
CMYK0.390.4200.06
HSL244.71º77.27%74.12%-
HSV(B)244.71º42.5%94.12%-
XYZ36.6730.5886.41-
YUV152.02177.65123.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=27.86%
G=26.34%
B=45.80%

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
Decimal1461382400.390.4200.06244.7177.2774.12
Hex928AF0272A06f54d4a
Octal222212360475206365115112
Binary10010010100010101111000010011110101001101111010110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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