Html Css Color HEX #7866EA Medium Slate Blue

📋 copy color: '#7866EA'

red 120 ◦ green 102 ◦ blue 234

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

Shades of Medium Slate Blue #7866EA

Tints of Medium Slate Blue #7866EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 26.32%
G = 22.37%
B = 51.32%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7866EA (or 0x7866EA) is known color: Medium Slate Blue. HEX triplet: 78, 66 and EA. RGB value is (120,102,234). Sum of RGB (Red+Green+Blue) = 120+102+234=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #7866EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7866EA is #879915. Grayscale: #797979. Windows color (decimal): -8886550 or 15361656. OLE color: 15361656.

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

Color convert

RGB 120 102 234 -
CMYK 0.49 0.56 0 0.08
HSL 248.18º 0.76% 0.66% -
HSV(B) 248.18º 0.56% 0.92% -
XYZ 27.35 19.44 80.15 -
YUV 122.43 190.96 126.27 -
System Red Green Blue C M Y K H S L
Decimal 120 102 234 0.49 0.56 0 0.08 248.18 0.76 0.66
Hex 78 66 EA 31 38 0 8 F8 4C 42
Octal 170 146 352 61 70 0 10 370 114 102
Binary 1111000 1100110 11101010 110001 111000 0 1000 11111000 1001100 1000010

Color Harmonies of #7866EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7866EA

Black with #7866EA

Text Example


Text Example

White with #7866EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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