Html Css Color HEX #845DFC Light Slate Blue

📋 copy color: '#845DFC'

red 132 ◦ green 93 ◦ blue 252

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

Shades of Light Slate Blue #845DFC

Tints of Light Slate Blue #845DFC

RGB

 RED value IS 132 (51.95% from 255) = 27.67%

 GREEN value IS 93 (36.72% from 255) = 19.5%

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 27.67%
G = 19.5%
B = 52.83%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#845DFC (or 0x845DFC) is known color: Light Slate Blue. HEX triplet: 84, 5D and FC. RGB value is (132,93,252). Sum of RGB (Red+Green+Blue) = 132+93+252=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #845DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DFC is #7BA203. Grayscale: #7A7A7A. Windows color (decimal): -8102404 or 16539012. OLE color: 16539012.

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

Color convert

RGB 132 93 252 -
CMYK 0.48 0.63 0 0.01
HSL 254.72º 0.96% 0.68% -
HSV(B) 254.72º 0.63% 0.99% -
XYZ 31 19.76 94.28 -
YUV 122.79 200.92 134.57 -
System Red Green Blue C M Y K H S L
Decimal 132 93 252 0.48 0.63 0 0.01 254.72 0.96 0.68
Hex 84 5D FC 30 3F 0 1 FF 60 44
Octal 204 135 374 60 77 0 1 377 140 104
Binary 10000100 1011101 11111100 110000 111111 0 1 11111111 1100000 1000100

Color Harmonies of #845DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DFC

Black with #845DFC

Text Example


Text Example

White with #845DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,93,252); }

 H1.HeaderClassName
 {
   color: #845DFC;
 }
 .AnyTagClassName
 {
   color: #845DFC;
 }
</style>

background-color css

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

 a { background-color: rgb(132,93,252); }

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

border-color css

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

 span { border-color: rgb(132,93,252); }

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