#926FFD

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

Shades of Light Slate Blue #926FFD

Tints of Light Slate Blue #926FFD

Color information

#926FFD (or 0x926FFD) is unknown color: approx Light Slate Blue. HEX triplet: 92, 6F and FD. RGB value is (146,111,253). Sum of RGB (Red+Green+Blue) = 146+111+253=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #926FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FFD is #6D9002. Grayscale: #898989. Windows color (decimal): -7180291 or 16609170. OLE color: 16609170.

HSL color Cylindrical-coordinate representation of color #926FFD: hue angle of 254.79º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #926FFD is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146111253-
CMYK0.420.5600.01
HSL254.79º97.26%71.37%-
HSV(B)254.79º56.13%99.22%-
XYZ35.2724.5795.81-
YUV137.65193.1133.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=28.63%
G=21.76%
B=49.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461112530.420.5600.01254.7997.2671.37
Hex926FFD2A3801ff6147
Octal222157375527001377141107
Binary10010010110111111111101101010111000011111111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926FFD; }

 p { color: rgb(146,111,253); }

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

<style>
 a { background-color: #926FFD; }

 a { background-color: rgb(146,111,253); }

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

<style>
 span { border-color: #926FFD; }

 span { border-color: rgb(146,111,253); }

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