Html Css Color HEX #7A78DD Medium Slate Blue

📋 copy color: '#7A78DD'

red 122 ◦ green 120 ◦ blue 221

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

Shades of Medium Slate Blue #7A78DD

Tints of Medium Slate Blue #7A78DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 26.35%
G = 25.92%
B = 47.73%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A78DD (or 0x7A78DD) is known color: Medium Slate Blue. HEX triplet: 7A, 78 and DD. RGB value is (122,120,221). Sum of RGB (Red+Green+Blue) = 122+120+221=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A78DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A78DD is #858722. Grayscale: #838383. Windows color (decimal): -8750883 or 14514298. OLE color: 14514298.

HSL color Cylindrical-coordinate representation of color #7A78DD: hue angle of 241.19º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A78DD is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 120 221 -
CMYK 0.45 0.46 0 0.13
HSL 241.19º 0.6% 0.67% -
HSV(B) 241.19º 0.46% 0.87% -
XYZ 27.79 22.79 71.34 -
YUV 132.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 122 120 221 0.45 0.46 0 0.13 241.19 0.6 0.67
Hex 7A 78 DD 2D 2E 0 D F1 3C 43
Octal 172 170 335 55 56 0 15 361 74 103
Binary 1111010 1111000 11011101 101101 101110 0 1101 11110001 111100 1000011

Color Harmonies of #7A78DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A78DD

Black with #7A78DD

Text Example


Text Example

White with #7A78DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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