Html Css Color HEX #7866EB Medium Slate Blue

📋 copy color: '#7866EB'

red 120 ◦ green 102 ◦ blue 235

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

Shades of Medium Slate Blue #7866EB

Tints of Medium Slate Blue #7866EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.32%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 26.26%
G = 22.32%
B = 51.42%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7866EB (or 0x7866EB) is known color: Medium Slate Blue. HEX triplet: 78, 66 and EB. RGB value is (120,102,235). Sum of RGB (Red+Green+Blue) = 120+102+235=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #7866EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7866EB is #879914. Grayscale: #7A7A7A. Windows color (decimal): -8886549 or 15427192. OLE color: 15427192.

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

Color convert

RGB 120 102 235 -
CMYK 0.49 0.57 0 0.08
HSL 248.12º 0.77% 0.66% -
HSV(B) 248.12º 0.57% 0.92% -
XYZ 27.49 19.49 80.91 -
YUV 122.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 120 102 235 0.49 0.57 0 0.08 248.12 0.77 0.66
Hex 78 66 EB 31 39 0 8 F8 4D 42
Octal 170 146 353 61 71 0 10 370 115 102
Binary 1111000 1100110 11101011 110001 111001 0 1000 11111000 1001101 1000010

Color Harmonies of #7866EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7866EB

Black with #7866EB

Text Example


Text Example

White with #7866EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7866EB; }

 p { color: rgb(120,102,235); }

 H1.HeaderClassName
 {
   color: #7866EB;
 }
 .AnyTagClassName
 {
   color: #7866EB;
 }
</style>

background-color css

<style>
 a { background-color: #7866EB; }

 a { background-color: rgb(120,102,235); }

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

border-color css

<style>
 span { border-color: #7866EB; }

 span { border-color: rgb(120,102,235); }

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