Html Css Color HEX #847FF5 Light Slate Blue

📋 copy color: '#847FF5'

red 132 ◦ green 127 ◦ blue 245

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

Shades of Light Slate Blue #847FF5

Tints of Light Slate Blue #847FF5

RGB

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

 GREEN value IS 127 (50% from 255) = 25.2%

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

R = 26.19%
G = 25.2%
B = 48.61%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#847FF5 (or 0x847FF5) is known color: Light Slate Blue. HEX triplet: 84, 7F and F5. RGB value is (132,127,245). Sum of RGB (Red+Green+Blue) = 132+127+245=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #847FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FF5 is #7B800A. Grayscale: #8D8D8D. Windows color (decimal): -8093707 or 16088964. OLE color: 16088964.

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

Color convert

RGB 132 127 245 -
CMYK 0.46 0.48 0 0.04
HSL 242.54º 0.86% 0.73% -
HSV(B) 242.54º 0.48% 0.96% -
XYZ 33.59 26.68 89.77 -
YUV 141.95 186.16 120.91 -
System Red Green Blue C M Y K H S L
Decimal 132 127 245 0.46 0.48 0 0.04 242.54 0.86 0.73
Hex 84 7F F5 2E 30 0 4 F3 56 49
Octal 204 177 365 56 60 0 4 363 126 111
Binary 10000100 1111111 11110101 101110 110000 0 100 11110011 1010110 1001001

Color Harmonies of #847FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FF5

Black with #847FF5

Text Example


Text Example

White with #847FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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