Html Css Color HEX #7876F2 Medium Slate Blue

📋 copy color: '#7876F2'

red 120 ◦ green 118 ◦ blue 242

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

Shades of Medium Slate Blue #7876F2

Tints of Medium Slate Blue #7876F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.58%

 BLUE value IS 242 (94.92% from 255) = 50.42%

R = 25%
G = 24.58%
B = 50.42%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7876F2 (or 0x7876F2) is known color: Medium Slate Blue. HEX triplet: 78, 76 and F2. RGB value is (120,118,242). Sum of RGB (Red+Green+Blue) = 120+118+242=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #7876F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7876F2 is #87890D. Grayscale: #848484. Windows color (decimal): -8882446 or 15890040. OLE color: 15890040.

HSL color Cylindrical-coordinate representation of color #7876F2: hue angle of 240.97º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7876F2 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 118 242 -
CMYK 0.50 0.51 0 0.05
HSL 240.97º 0.83% 0.71% -
HSV(B) 240.97º 0.51% 0.95% -
XYZ 30.25 23.36 86.92 -
YUV 132.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 120 118 242 0.50 0.51 0 0.05 240.97 0.83 0.71
Hex 78 76 F2 32 33 0 5 F1 53 47
Octal 170 166 362 62 63 0 5 361 123 107
Binary 1111000 1110110 11110010 110010 110011 0 101 11110001 1010011 1000111

Color Harmonies of #7876F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7876F2

Black with #7876F2

Text Example


Text Example

White with #7876F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7876F2; }

 p { color: rgb(120,118,242); }

 H1.HeaderClassName
 {
   color: #7876F2;
 }
 .AnyTagClassName
 {
   color: #7876F2;
 }
</style>

background-color css

<style>
 a { background-color: #7876F2; }

 a { background-color: rgb(120,118,242); }

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

border-color css

<style>
 span { border-color: #7876F2; }

 span { border-color: rgb(120,118,242); }

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