#846CFF

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

Shades of Light Slate Blue #846CFF

Tints of Light Slate Blue #846CFF

Color information

#846CFF (or 0x846CFF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 6C and FF. RGB value is (132,108,255). Sum of RGB (Red+Green+Blue) = 132+108+255=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #846CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846CFF is #7B9300. Grayscale: #838383. Windows color (decimal): -8098561 or 16739460. OLE color: 16739460.

HSL color Cylindrical-coordinate representation of color #846CFF: hue angle of 249.8º 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 #846CFF is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132108255-
CMYK0.480.5800
HSL249.8º100%71.18%-
HSV(B)249.8º57.65%100%-
XYZ32.9322.8597.28-
YUV131.93197.45128.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 255 (100% from 255) = 51.52%
R=26.67%
G=21.82%
B=51.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1321082550.480.5800249.810071.18
Hex846CFF303A00fa6447
Octal204154377607200372144107
Binary10000100110110011111111110000111010001111101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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