Html Css Color HEX #847FEB Medium Slate Blue

📋 copy color: '#847FEB'

red 132 ◦ green 127 ◦ blue 235

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

Shades of Medium Slate Blue #847FEB

Tints of Medium Slate Blue #847FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 26.72%
G = 25.71%
B = 47.57%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#847FEB (or 0x847FEB) is known color: Medium Slate Blue. HEX triplet: 84, 7F and EB. RGB value is (132,127,235). Sum of RGB (Red+Green+Blue) = 132+127+235=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #847FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FEB is #7B8014. Grayscale: #8C8C8C. Windows color (decimal): -8093717 or 15433604. OLE color: 15433604.

HSL color Cylindrical-coordinate representation of color #847FEB: hue angle of 242.78º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #847FEB is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 127 235 -
CMYK 0.44 0.46 0 0.08
HSL 242.78º 0.73% 0.71% -
HSV(B) 242.78º 0.46% 0.92% -
XYZ 32.1 26.08 81.94 -
YUV 140.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 132 127 235 0.44 0.46 0 0.08 242.78 0.73 0.71
Hex 84 7F EB 2C 2E 0 8 F3 49 47
Octal 204 177 353 54 56 0 10 363 111 107
Binary 10000100 1111111 11101011 101100 101110 0 1000 11110011 1001001 1000111

Color Harmonies of #847FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FEB

Black with #847FEB

Text Example


Text Example

White with #847FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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