#927DF0

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

Shades of Light Slate Blue #927DF0

Tints of Light Slate Blue #927DF0

Color information

#927DF0 (or 0x927DF0) is unknown color: approx Light Slate Blue. HEX triplet: 92, 7D and F0. RGB value is (146,125,240). Sum of RGB (Red+Green+Blue) = 146+125+240=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #927DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DF0 is #6D820F. Grayscale: #8F8F8F. Windows color (decimal): -7176720 or 15760786. OLE color: 15760786.

HSL color Cylindrical-coordinate representation of color #927DF0: hue angle of 250.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #927DF0 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146125240-
CMYK0.390.4800.06
HSL250.96º79.31%71.57%-
HSV(B)250.96º47.92%94.12%-
XYZ34.9227.0785.82-
YUV144.39181.96129.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=28.57%
G=24.46%
B=46.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461252400.390.4800.06250.9679.3171.57
Hex927DF0273006fb4f48
Octal222175360476006373117110
Binary1001001011111011111000010011111000001101111101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927DF0; }

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

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

<style>
 a { background-color: #927DF0; }

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

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

<style>
 span { border-color: #927DF0; }

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

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