Html Css Color HEX #7871DB Medium Slate Blue

📋 copy color: '#7871DB'

red 120 ◦ green 113 ◦ blue 219

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

Shades of Medium Slate Blue #7871DB

Tints of Medium Slate Blue #7871DB

RGB

 RED value IS 120 (47.27% from 255) = 26.55%

 GREEN value IS 113 (44.53% from 255) = 25%

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 26.55%
G = 25%
B = 48.45%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7871DB (or 0x7871DB) is known color: Medium Slate Blue. HEX triplet: 78, 71 and DB. RGB value is (120,113,219). Sum of RGB (Red+Green+Blue) = 120+113+219=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #7871DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7871DB is #878E24. Grayscale: #7E7E7E. Windows color (decimal): -8883749 or 14381432. OLE color: 14381432.

HSL color Cylindrical-coordinate representation of color #7871DB: hue angle of 243.96º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7871DB is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 113 219 -
CMYK 0.45 0.48 0 0.14
HSL 243.96º 0.6% 0.65% -
HSV(B) 243.96º 0.48% 0.86% -
XYZ 26.44 20.92 69.66 -
YUV 127.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 120 113 219 0.45 0.48 0 0.14 243.96 0.6 0.65
Hex 78 71 DB 2D 30 0 E F4 3C 41
Octal 170 161 333 55 60 0 16 364 74 101
Binary 1111000 1110001 11011011 101101 110000 0 1110 11110100 111100 1000001

Color Harmonies of #7871DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7871DB

Black with #7871DB

Text Example


Text Example

White with #7871DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7871DB; }

 p { color: rgb(120,113,219); }

 H1.HeaderClassName
 {
   color: #7871DB;
 }
 .AnyTagClassName
 {
   color: #7871DB;
 }
</style>

background-color css

<style>
 a { background-color: #7871DB; }

 a { background-color: rgb(120,113,219); }

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

border-color css

<style>
 span { border-color: #7871DB; }

 span { border-color: rgb(120,113,219); }

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