Html Css Color HEX #7869F7 Medium Slate Blue

📋 copy color: '#7869F7'

red 120 ◦ green 105 ◦ blue 247

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

Shades of Medium Slate Blue #7869F7

Tints of Medium Slate Blue #7869F7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.25%

 BLUE value IS 247 (96.88% from 255) = 52.33%

R = 25.42%
G = 22.25%
B = 52.33%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7869F7 (or 0x7869F7) is known color: Medium Slate Blue. HEX triplet: 78, 69 and F7. RGB value is (120,105,247). Sum of RGB (Red+Green+Blue) = 120+105+247=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #7869F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7869F7 is #879608. Grayscale: #7D7D7D. Windows color (decimal): -8885769 or 16214392. OLE color: 16214392.

HSL color Cylindrical-coordinate representation of color #7869F7: hue angle of 246.34º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7869F7 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 120 105 247 -
CMYK 0.51 0.57 0 0.03
HSL 246.34º 0.9% 0.69% -
HSV(B) 246.34º 0.57% 0.97% -
XYZ 29.59 20.81 90.45 -
YUV 125.67 196.47 123.95 -
System Red Green Blue C M Y K H S L
Decimal 120 105 247 0.51 0.57 0 0.03 246.34 0.9 0.69
Hex 78 69 F7 33 39 0 3 F6 5A 45
Octal 170 151 367 63 71 0 3 366 132 105
Binary 1111000 1101001 11110111 110011 111001 0 11 11110110 1011010 1000101

Color Harmonies of #7869F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7869F7

Black with #7869F7

Text Example


Text Example

White with #7869F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7869F7;
 }
 .AnyTagClassName
 {
   color: #7869F7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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