#7869E6

Color #7869E6 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7869E6

Tints of Medium Slate Blue #7869E6

Color information

#7869E6 (or 0x7869E6) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 69 and E6. RGB value is (120,105,230). Sum of RGB (Red+Green+Blue) = 120+105+230=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #7869E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7869E6 is #879619. Grayscale: #7B7B7B. Windows color (decimal): -8885786 or 15100280. OLE color: 15100280.

HSL color Cylindrical-coordinate representation of color #7869E6: hue angle of 247.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7869E6 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB120105230-
CMYK0.480.5400.10
HSL247.2º71.43%65.69%-
HSV(B)247.2º54.35%90.2%-
XYZ27.0819.8177.26-
YUV123.73187.97125.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 230 (90.23% from 255) = 50.55%
R=26.37%
G=23.08%
B=50.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1201052300.480.5400.10247.271.4365.69
Hex7869E630360Af74742
Octal1701513466066012367107102
Binary1111000110100111100110110000110110010101111011110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7869E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7869E6; }

 p { color: rgb(120,105,230); }

 H1.HeaderClassName
 {
   color: #7869E6;
 }
 .AnyTagClassName
 {
   color: #7869E6;
 }
</style>
background-color css

<style>
 a { background-color: #7869E6; }

 a { background-color: rgb(120,105,230); }

 div.DivClassName
 {
   background-color: #7869E6;
 }
 .BgClassName
 {
   background-color: #7869E6;
 }
</style>
border-color css

<style>
 span { border-color: #7869E6; }

 span { border-color: rgb(120,105,230); }

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