Html Css Color HEX #874AF6 Medium Slate Blue

📋 copy color: '#874AF6'

red 135 ◦ green 74 ◦ blue 246

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

Shades of Medium Slate Blue #874AF6

Tints of Medium Slate Blue #874AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.26%

 BLUE value IS 246 (96.48% from 255) = 54.07%

R = 29.67%
G = 16.26%
B = 54.07%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#874AF6 (or 0x874AF6) is known color: Medium Slate Blue. HEX triplet: 87, 4A and F6. RGB value is (135,74,246). Sum of RGB (Red+Green+Blue) = 135+74+246=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #874AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874AF6 is #78B509. Grayscale: #6F6F6F. Windows color (decimal): -7910666 or 16140935. OLE color: 16140935.

HSL color Cylindrical-coordinate representation of color #874AF6: hue angle of 261.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874AF6 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 74 246 -
CMYK 0.45 0.70 0 0.04
HSL 261.28º 0.91% 0.63% -
HSV(B) 261.28º 0.7% 0.96% -
XYZ 29.08 16.7 88.88 -
YUV 111.85 203.71 144.51 -
System Red Green Blue C M Y K H S L
Decimal 135 74 246 0.45 0.70 0 0.04 261.28 0.91 0.63
Hex 87 4A F6 2D 46 0 4 105 5B 3F
Octal 207 112 366 55 106 0 4 405 133 77
Binary 10000111 1001010 11110110 101101 1000110 0 100 100000101 1011011 111111

Color Harmonies of #874AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874AF6

Black with #874AF6

Text Example


Text Example

White with #874AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,74,246); }

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

background-color css

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

 a { background-color: rgb(135,74,246); }

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

border-color css

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

 span { border-color: rgb(135,74,246); }

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