Html Css Color HEX #847DFE Light Slate Blue

📋 copy color: '#847DFE'

red 132 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #847DFE

Tints of Light Slate Blue #847DFE

RGB

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

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

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

R = 25.83%
G = 24.46%
B = 49.71%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#847DFE (or 0x847DFE) is known color: Light Slate Blue. HEX triplet: 84, 7D and FE. RGB value is (132,125,254). Sum of RGB (Red+Green+Blue) = 132+125+254=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #847DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847DFE is #7B8201. Grayscale: #8D8D8D. Windows color (decimal): -8094210 or 16678276. OLE color: 16678276.

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

Color convert

RGB 132 125 254 -
CMYK 0.48 0.51 0 0.00
HSL 243.26º 0.98% 0.74% -
HSV(B) 243.26º 0.51% 1% -
XYZ 34.74 26.73 97.09 -
YUV 141.8 191.32 121.01 -
System Red Green Blue C M Y K H S L
Decimal 132 125 254 0.48 0.51 0 0.00 243.26 0.98 0.74
Hex 84 7D FE 30 33 0 0 F3 62 4A
Octal 204 175 376 60 63 0 0 363 142 112
Binary 10000100 1111101 11111110 110000 110011 0 0 11110011 1100010 1001010

Color Harmonies of #847DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DFE

Black with #847DFE

Text Example


Text Example

White with #847DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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