Html Css Color HEX #7A78EB Medium Slate Blue

📋 copy color: '#7A78EB'

red 122 ◦ green 120 ◦ blue 235

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

Shades of Medium Slate Blue #7A78EB

Tints of Medium Slate Blue #7A78EB

RGB

 RED value IS 122 (48.05% from 255) = 25.58%

 GREEN value IS 120 (47.27% from 255) = 25.16%

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

R = 25.58%
G = 25.16%
B = 49.27%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A78EB (or 0x7A78EB) is known color: Medium Slate Blue. HEX triplet: 7A, 78 and EB. RGB value is (122,120,235). Sum of RGB (Red+Green+Blue) = 122+120+235=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A78EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A78EB is #858714. Grayscale: #858585. Windows color (decimal): -8750869 or 15431802. OLE color: 15431802.

HSL color Cylindrical-coordinate representation of color #7A78EB: hue angle of 241.04º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A78EB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 120 235 -
CMYK 0.48 0.49 0 0.08
HSL 241.04º 0.74% 0.7% -
HSV(B) 241.04º 0.49% 0.92% -
XYZ 29.74 23.57 81.58 -
YUV 133.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 122 120 235 0.48 0.49 0 0.08 241.04 0.74 0.7
Hex 7A 78 EB 30 31 0 8 F1 4A 46
Octal 172 170 353 60 61 0 10 361 112 106
Binary 1111010 1111000 11101011 110000 110001 0 1000 11110001 1001010 1000110

Color Harmonies of #7A78EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A78EB

Black with #7A78EB

Text Example


Text Example

White with #7A78EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A78EB; }

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

 H1.HeaderClassName
 {
   color: #7A78EB;
 }
 .AnyTagClassName
 {
   color: #7A78EB;
 }
</style>

background-color css

<style>
 a { background-color: #7A78EB; }

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

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

border-color css

<style>
 span { border-color: #7A78EB; }

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

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