Html Css Color HEX #847FE7 Medium Slate Blue

📋 copy color: '#847FE7'

red 132 ◦ green 127 ◦ blue 231

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

Shades of Medium Slate Blue #847FE7

Tints of Medium Slate Blue #847FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 26.94%
G = 25.92%
B = 47.14%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#847FE7 (or 0x847FE7) is known color: Medium Slate Blue. HEX triplet: 84, 7F and E7. RGB value is (132,127,231). Sum of RGB (Red+Green+Blue) = 132+127+231=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #847FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FE7 is #7B8018. Grayscale: #8B8B8B. Windows color (decimal): -8093721 or 15171460. OLE color: 15171460.

HSL color Cylindrical-coordinate representation of color #847FE7: hue angle of 242.88º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #847FE7 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 127 231 -
CMYK 0.43 0.45 0 0.09
HSL 242.88º 0.68% 0.7% -
HSV(B) 242.88º 0.45% 0.91% -
XYZ 31.53 25.85 78.93 -
YUV 140.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 132 127 231 0.43 0.45 0 0.09 242.88 0.68 0.7
Hex 84 7F E7 2B 2D 0 9 F3 44 46
Octal 204 177 347 53 55 0 11 363 104 106
Binary 10000100 1111111 11100111 101011 101101 0 1001 11110011 1000100 1000110

Color Harmonies of #847FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FE7

Black with #847FE7

Text Example


Text Example

White with #847FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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