Html Css Color HEX #874BFF Medium Slate Blue

📋 copy color: '#874BFF'

red 135 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #874BFF

Tints of Medium Slate Blue #874BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.13%

 BLUE value IS 255 (100% from 255) = 54.84%

R = 29.03%
G = 16.13%
B = 54.84%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#874BFF (or 0x874BFF) is known color: Medium Slate Blue. HEX triplet: 87, 4B and FF. RGB value is (135,75,255). Sum of RGB (Red+Green+Blue) = 135+75+255=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #874BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874BFF is #78B400. Grayscale: #707070. Windows color (decimal): -7910401 or 16731015. OLE color: 16731015.

HSL color Cylindrical-coordinate representation of color #874BFF: hue angle of 260º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #874BFF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 75 255 -
CMYK 0.47 0.71 0 0
HSL 260º 1% 0.65% -
HSV(B) 260º 0.71% 1% -
XYZ 30.56 17.4 96.36 -
YUV 113.46 207.88 143.36 -
System Red Green Blue C M Y K H S L
Decimal 135 75 255 0.47 0.71 0 0 260 1 0.65
Hex 87 4B FF 2F 47 0 0 104 64 41
Octal 207 113 377 57 107 0 0 404 144 101
Binary 10000111 1001011 11111111 101111 1000111 0 0 100000100 1100100 1000001

Color Harmonies of #874BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BFF

Black with #874BFF

Text Example


Text Example

White with #874BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,75,255); }

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

background-color css

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

 a { background-color: rgb(135,75,255); }

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

border-color css

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

 span { border-color: rgb(135,75,255); }

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