Html Css Color HEX #847EEC Light Slate Blue

📋 copy color: '#847EEC'

red 132 ◦ green 126 ◦ blue 236

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

Shades of Light Slate Blue #847EEC

Tints of Light Slate Blue #847EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.51%

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 26.72%
G = 25.51%
B = 47.77%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#847EEC (or 0x847EEC) is known color: Light Slate Blue. HEX triplet: 84, 7E and EC. RGB value is (132,126,236). Sum of RGB (Red+Green+Blue) = 132+126+236=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #847EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847EEC is #7B8113. Grayscale: #8B8B8B. Windows color (decimal): -8093972 or 15498884. OLE color: 15498884.

HSL color Cylindrical-coordinate representation of color #847EEC: hue angle of 243.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #847EEC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 126 236 -
CMYK 0.44 0.47 0 0.07
HSL 243.27º 0.74% 0.71% -
HSV(B) 243.27º 0.47% 0.93% -
XYZ 32.12 25.88 82.66 -
YUV 140.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 132 126 236 0.44 0.47 0 0.07 243.27 0.74 0.71
Hex 84 7E EC 2C 2F 0 7 F3 4A 47
Octal 204 176 354 54 57 0 7 363 112 107
Binary 10000100 1111110 11101100 101100 101111 0 111 11110011 1001010 1000111

Color Harmonies of #847EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847EEC

Black with #847EEC

Text Example


Text Example

White with #847EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,126,236); }

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

background-color css

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

 a { background-color: rgb(132,126,236); }

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

border-color css

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

 span { border-color: rgb(132,126,236); }

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