Html Css Color HEX #847CFE Light Slate Blue

📋 copy color: '#847CFE'

red 132 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #847CFE

Tints of Light Slate Blue #847CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

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

R = 25.88%
G = 24.31%
B = 49.8%

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

#847CFE (or 0x847CFE) is known color: Light Slate Blue. HEX triplet: 84, 7C and FE. RGB value is (132,124,254). Sum of RGB (Red+Green+Blue) = 132+124+254=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #847CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847CFE is #7B8301. Grayscale: #8C8C8C. Windows color (decimal): -8094466 or 16678020. OLE color: 16678020.

HSL color Cylindrical-coordinate representation of color #847CFE: hue angle of 243.69º 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 #847CFE is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 124 254 -
CMYK 0.48 0.51 0 0.00
HSL 243.69º 0.98% 0.74% -
HSV(B) 243.69º 0.51% 1% -
XYZ 34.61 26.48 97.05 -
YUV 141.21 191.65 121.43 -
System Red Green Blue C M Y K H S L
Decimal 132 124 254 0.48 0.51 0 0.00 243.69 0.98 0.74
Hex 84 7C FE 30 33 0 0 F4 62 4A
Octal 204 174 376 60 63 0 0 364 142 112
Binary 10000100 1111100 11111110 110000 110011 0 0 11110100 1100010 1001010

Color Harmonies of #847CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847CFE

Black with #847CFE

Text Example


Text Example

White with #847CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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