Html Css Color HEX #874FEB Medium Slate Blue

📋 copy color: '#874FEB'

red 135 ◦ green 79 ◦ blue 235

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

Shades of Medium Slate Blue #874FEB

Tints of Medium Slate Blue #874FEB

RGB

 RED value IS 135 (53.13% from 255) = 30.07%

 GREEN value IS 79 (31.25% from 255) = 17.59%

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

R = 30.07%
G = 17.59%
B = 52.34%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#874FEB (or 0x874FEB) is known color: Medium Slate Blue. HEX triplet: 87, 4F and EB. RGB value is (135,79,235). Sum of RGB (Red+Green+Blue) = 135+79+235=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #874FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874FEB is #78B014. Grayscale: #707070. Windows color (decimal): -7909397 or 15421319. OLE color: 15421319.

HSL color Cylindrical-coordinate representation of color #874FEB: hue angle of 261.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874FEB is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 79 235 -
CMYK 0.43 0.66 0 0.08
HSL 261.54º 0.8% 0.62% -
HSV(B) 261.54º 0.66% 0.92% -
XYZ 27.78 16.74 80.36 -
YUV 113.53 196.55 143.32 -
System Red Green Blue C M Y K H S L
Decimal 135 79 235 0.43 0.66 0 0.08 261.54 0.8 0.62
Hex 87 4F EB 2B 42 0 8 106 50 3E
Octal 207 117 353 53 102 0 10 406 120 76
Binary 10000111 1001111 11101011 101011 1000010 0 1000 100000110 1010000 111110

Color Harmonies of #874FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FEB

Black with #874FEB

Text Example


Text Example

White with #874FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,235); }

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

background-color css

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

 a { background-color: rgb(135,79,235); }

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

border-color css

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

 span { border-color: rgb(135,79,235); }

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