Html Css Color HEX #874CFD Medium Slate Blue

📋 copy color: '#874CFD'

red 135 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #874CFD

Tints of Medium Slate Blue #874CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 29.09%
G = 16.38%
B = 54.53%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#874CFD (or 0x874CFD) is known color: Medium Slate Blue. HEX triplet: 87, 4C and FD. RGB value is (135,76,253). Sum of RGB (Red+Green+Blue) = 135+76+253=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #874CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874CFD is #78B302. Grayscale: #717171. Windows color (decimal): -7910147 or 16600199. OLE color: 16600199.

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

Color convert

RGB 135 76 253 -
CMYK 0.47 0.70 0 0.01
HSL 260º 0.98% 0.65% -
HSV(B) 260º 0.7% 0.99% -
XYZ 30.31 17.41 94.69 -
YUV 113.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 135 76 253 0.47 0.70 0 0.01 260 0.98 0.65
Hex 87 4C FD 2F 46 0 1 104 62 41
Octal 207 114 375 57 106 0 1 404 142 101
Binary 10000111 1001100 11111101 101111 1000110 0 1 100000100 1100010 1000001

Color Harmonies of #874CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CFD

Black with #874CFD

Text Example


Text Example

White with #874CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,76,253); }

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

background-color css

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

 a { background-color: rgb(135,76,253); }

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

border-color css

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

 span { border-color: rgb(135,76,253); }

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