Html Css Color HEX #845DFE Light Slate Blue

📋 copy color: '#845DFE'

red 132 ◦ green 93 ◦ blue 254

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

Shades of Light Slate Blue #845DFE

Tints of Light Slate Blue #845DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 27.56%
G = 19.42%
B = 53.03%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#845DFE (or 0x845DFE) is known color: Light Slate Blue. HEX triplet: 84, 5D and FE. RGB value is (132,93,254). Sum of RGB (Red+Green+Blue) = 132+93+254=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #845DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DFE is #7BA201. Grayscale: #7A7A7A. Windows color (decimal): -8102402 or 16670084. OLE color: 16670084.

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

Color convert

RGB 132 93 254 -
CMYK 0.48 0.63 0 0.00
HSL 254.53º 0.99% 0.68% -
HSV(B) 254.53º 0.63% 1% -
XYZ 31.32 19.89 95.95 -
YUV 123.02 201.92 134.41 -
System Red Green Blue C M Y K H S L
Decimal 132 93 254 0.48 0.63 0 0.00 254.53 0.99 0.68
Hex 84 5D FE 30 3F 0 0 FF 63 44
Octal 204 135 376 60 77 0 0 377 143 104
Binary 10000100 1011101 11111110 110000 111111 0 0 11111111 1100011 1000100

Color Harmonies of #845DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DFE

Black with #845DFE

Text Example


Text Example

White with #845DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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