Html Css Color HEX #845CFF Light Slate Blue

📋 copy color: '#845CFF'

red 132 ◦ green 92 ◦ blue 255

#845CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #845CFF

Tints of Light Slate Blue #845CFF

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 value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#845CFF (or 0x845CFF) is known color: 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

RGB 132 92 255 -
CMYK 0.48 0.64 0 0
HSL 254.72º 1% 0.68% -
HSV(B) 254.72º 0.64% 1% -
XYZ 31.39 19.78 96.77 -
YUV 122.54 202.75 134.75 -
System Red Green Blue C M Y K H S L
Decimal 132 92 255 0.48 0.64 0 0 254.72 1 0.68
Hex 84 5C FF 30 40 0 0 FF 64 44
Octal 204 134 377 60 100 0 0 377 144 104
Binary 10000100 1011100 11111111 110000 1000000 0 0 11111111 1100100 1000100

Color Harmonies of #845CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CFF

Black with #845CFF

Text Example


Text Example

White with #845CFF

Text Example


Text Example

HTML Codes & Css Web 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>