#7869EA

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

Shades of Medium Slate Blue #7869EA

Tints of Medium Slate Blue #7869EA

Color information

#7869EA (or 0x7869EA) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 69 and EA. RGB value is (120,105,234). Sum of RGB (Red+Green+Blue) = 120+105+234=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #7869EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7869EA is #879615. Grayscale: #7B7B7B. Windows color (decimal): -8885782 or 15362424. OLE color: 15362424.

HSL color Cylindrical-coordinate representation of color #7869EA: hue angle of 246.98º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7869EA is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120105234-
CMYK0.490.5500.08
HSL246.98º75.44%66.47%-
HSV(B)246.98º55.13%91.76%-
XYZ27.6520.0480.25-
YUV124.19189.97125.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.14%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=26.14%
G=22.88%
B=50.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201052340.490.5500.08246.9875.4466.47
Hex7869EA313708f74b42
Octal1701513526167010367113102
Binary1111000110100111101010110001110111010001111011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7869EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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