#845CFF

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

Shades of Light Slate Blue #845CFF

Tints of Light Slate Blue #845CFF

Color information

#845CFF (or 0x845CFF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 5C and FF. RGB value is (132,92,255). Sum of RGB (Red+Green+Blue) = 132+92+255=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #845CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845CFF is #7BA300. Grayscale: #797979. Windows color (decimal): -8102657 or 16735364. OLE color: 16735364.

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

Color convert

RGB13292255-
CMYK0.480.6400
HSL254.72º100%68.04%-
HSV(B)254.72º63.92%100%-
XYZ31.3919.7896.77-
YUV122.54202.75134.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 255 (100% from 255) = 53.24%
R=27.56%
G=19.21%
B=53.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal132922550.480.6400254.7210068.04
Hex845CFF304000ff6444
Octal2041343776010000377144104
Binary100001001011100111111111100001000000001111111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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