Html Css Color HEX #874CFB Medium Slate Blue

📋 copy color: '#874CFB'

red 135 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #874CFB

Tints of Medium Slate Blue #874CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 29.22%
G = 16.45%
B = 54.33%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#874CFB (or 0x874CFB) is known color: Medium Slate Blue. HEX triplet: 87, 4C and FB. RGB value is (135,76,251). Sum of RGB (Red+Green+Blue) = 135+76+251=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #874CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874CFB is #78B304. Grayscale: #707070. Windows color (decimal): -7910149 or 16469127. OLE color: 16469127.

HSL color Cylindrical-coordinate representation of color #874CFB: hue angle of 260.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874CFB is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 76 251 -
CMYK 0.46 0.70 0 0.02
HSL 260.23º 0.96% 0.64% -
HSV(B) 260.23º 0.7% 0.98% -
XYZ 29.99 17.28 93.02 -
YUV 113.59 205.55 143.27 -
System Red Green Blue C M Y K H S L
Decimal 135 76 251 0.46 0.70 0 0.02 260.23 0.96 0.64
Hex 87 4C FB 2E 46 0 2 104 60 40
Octal 207 114 373 56 106 0 2 404 140 100
Binary 10000111 1001100 11111011 101110 1000110 0 10 100000100 1100000 1000000

Color Harmonies of #874CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CFB

Black with #874CFB

Text Example


Text Example

White with #874CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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