Html Css Color HEX #7864DB Medium Slate Blue

📋 copy color: '#7864DB'

red 120 ◦ green 100 ◦ blue 219

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

Shades of Medium Slate Blue #7864DB

Tints of Medium Slate Blue #7864DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.78%

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

R = 27.33%
G = 22.78%
B = 49.89%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7864DB (or 0x7864DB) is known color: Medium Slate Blue. HEX triplet: 78, 64 and DB. RGB value is (120,100,219). Sum of RGB (Red+Green+Blue) = 120+100+219=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #7864DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864DB is #879B24. Grayscale: #777777. Windows color (decimal): -8887077 or 14378104. OLE color: 14378104.

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

Color convert

RGB 120 100 219 -
CMYK 0.45 0.54 0 0.14
HSL 250.08º 0.62% 0.63% -
HSV(B) 250.08º 0.54% 0.86% -
XYZ 25.09 18.22 69.21 -
YUV 119.55 184.13 128.32 -
System Red Green Blue C M Y K H S L
Decimal 120 100 219 0.45 0.54 0 0.14 250.08 0.62 0.63
Hex 78 64 DB 2D 36 0 E FA 3E 3F
Octal 170 144 333 55 66 0 16 372 76 77
Binary 1111000 1100100 11011011 101101 110110 0 1110 11111010 111110 111111

Color Harmonies of #7864DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7864DB

Black with #7864DB

Text Example


Text Example

White with #7864DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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