#926CFF

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

Shades of Light Slate Blue #926CFF

Tints of Light Slate Blue #926CFF

Color information

#926CFF (or 0x926CFF) is unknown color: approx Light Slate Blue. HEX triplet: 92, 6C and FF. RGB value is (146,108,255). Sum of RGB (Red+Green+Blue) = 146+108+255=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #926CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926CFF is #6D9300. Grayscale: #878787. Windows color (decimal): -7181057 or 16739474. OLE color: 16739474.

HSL color Cylindrical-coordinate representation of color #926CFF: hue angle of 255.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #926CFF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146108255-
CMYK0.430.5800
HSL255.51º100%71.18%-
HSV(B)255.51º57.65%100%-
XYZ35.2724.0697.39-
YUV136.12195.09135.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.68%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 255 (100% from 255) = 50.10%
R=28.68%
G=21.22%
B=50.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1461082550.430.5800255.5110071.18
Hex926CFF2B3A001006447
Octal222154377537200400144107
Binary100100101101100111111111010111110100010000000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,108,255); }

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

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

 a { background-color: rgb(146,108,255); }

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

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

 span { border-color: rgb(146,108,255); }

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