Html Css Color HEX #7865F7 Medium Slate Blue

📋 copy color: '#7865F7'

red 120 ◦ green 101 ◦ blue 247

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

Shades of Medium Slate Blue #7865F7

Tints of Medium Slate Blue #7865F7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.58%

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

R = 25.64%
G = 21.58%
B = 52.78%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7865F7 (or 0x7865F7) is known color: Medium Slate Blue. HEX triplet: 78, 65 and F7. RGB value is (120,101,247). Sum of RGB (Red+Green+Blue) = 120+101+247=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #7865F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7865F7 is #879A08. Grayscale: #7A7A7A. Windows color (decimal): -8886793 or 16213368. OLE color: 16213368.

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

Color convert

RGB 120 101 247 -
CMYK 0.51 0.59 0 0.03
HSL 247.81º 0.9% 0.68% -
HSV(B) 247.81º 0.59% 0.97% -
XYZ 29.19 20.02 90.32 -
YUV 123.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 120 101 247 0.51 0.59 0 0.03 247.81 0.9 0.68
Hex 78 65 F7 33 3B 0 3 F8 5A 44
Octal 170 145 367 63 73 0 3 370 132 104
Binary 1111000 1100101 11110111 110011 111011 0 11 11111000 1011010 1000100

Color Harmonies of #7865F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7865F7

Black with #7865F7

Text Example


Text Example

White with #7865F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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