Html Css Color HEX #845CFC Light Slate Blue

📋 copy color: '#845CFC'

red 132 ◦ green 92 ◦ blue 252

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

Shades of Light Slate Blue #845CFC

Tints of Light Slate Blue #845CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.33%

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

R = 27.73%
G = 19.33%
B = 52.94%

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

#845CFC (or 0x845CFC) is known color: Light Slate Blue. HEX triplet: 84, 5C and FC. RGB value is (132,92,252). Sum of RGB (Red+Green+Blue) = 132+92+252=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #845CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845CFC is #7BA303. Grayscale: #797979. Windows color (decimal): -8102660 or 16538756. OLE color: 16538756.

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

Color convert

RGB 132 92 252 -
CMYK 0.48 0.63 0 0.01
HSL 255º 0.96% 0.67% -
HSV(B) 255º 0.63% 0.99% -
XYZ 30.91 19.59 94.25 -
YUV 122.2 201.25 134.99 -
System Red Green Blue C M Y K H S L
Decimal 132 92 252 0.48 0.63 0 0.01 255 0.96 0.67
Hex 84 5C FC 30 3F 0 1 FF 60 43
Octal 204 134 374 60 77 0 1 377 140 103
Binary 10000100 1011100 11111100 110000 111111 0 1 11111111 1100000 1000011

Color Harmonies of #845CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CFC

Black with #845CFC

Text Example


Text Example

White with #845CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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