Html Css Color HEX #847DF5 Light Slate Blue

📋 copy color: '#847DF5'

red 132 ◦ green 125 ◦ blue 245

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

Shades of Light Slate Blue #847DF5

Tints of Light Slate Blue #847DF5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.9%

 BLUE value IS 245 (96.09% from 255) = 48.8%

R = 26.29%
G = 24.9%
B = 48.8%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#847DF5 (or 0x847DF5) is known color: Light Slate Blue. HEX triplet: 84, 7D and F5. RGB value is (132,125,245). Sum of RGB (Red+Green+Blue) = 132+125+245=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #847DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847DF5 is #7B820A. Grayscale: #8C8C8C. Windows color (decimal): -8094219 or 16088452. OLE color: 16088452.

HSL color Cylindrical-coordinate representation of color #847DF5: hue angle of 243.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #847DF5 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 125 245 -
CMYK 0.46 0.49 0 0.04
HSL 243.5º 0.86% 0.73% -
HSV(B) 243.5º 0.49% 0.96% -
XYZ 33.33 26.17 89.68 -
YUV 140.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 132 125 245 0.46 0.49 0 0.04 243.5 0.86 0.73
Hex 84 7D F5 2E 31 0 4 F4 56 49
Octal 204 175 365 56 61 0 4 364 126 111
Binary 10000100 1111101 11110101 101110 110001 0 100 11110100 1010110 1001001

Color Harmonies of #847DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DF5

Black with #847DF5

Text Example


Text Example

White with #847DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847DF5; }

 p { color: rgb(132,125,245); }

 H1.HeaderClassName
 {
   color: #847DF5;
 }
 .AnyTagClassName
 {
   color: #847DF5;
 }
</style>

background-color css

<style>
 a { background-color: #847DF5; }

 a { background-color: rgb(132,125,245); }

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

border-color css

<style>
 span { border-color: #847DF5; }

 span { border-color: rgb(132,125,245); }

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