Html Css Color HEX #7A7CE0 Medium Slate Blue

📋 copy color: '#7A7CE0'

red 122 ◦ green 124 ◦ blue 224

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

Shades of Medium Slate Blue #7A7CE0

Tints of Medium Slate Blue #7A7CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.38%

 BLUE value IS 224 (87.89% from 255) = 47.66%

R = 25.96%
G = 26.38%
B = 47.66%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7A7CE0 (or 0x7A7CE0) is known color: Medium Slate Blue. HEX triplet: 7A, 7C and E0. RGB value is (122,124,224). Sum of RGB (Red+Green+Blue) = 122+124+224=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A7CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CE0 is #85831F. Grayscale: #868686. Windows color (decimal): -8749856 or 14711930. OLE color: 14711930.

HSL color Cylindrical-coordinate representation of color #7A7CE0: hue angle of 238.82º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A7CE0 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 124 224 -
CMYK 0.46 0.45 0 0.12
HSL 238.82º 0.62% 0.68% -
HSV(B) 238.82º 0.46% 0.88% -
XYZ 28.69 23.93 73.63 -
YUV 134.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 122 124 224 0.46 0.45 0 0.12 238.82 0.62 0.68
Hex 7A 7C E0 2E 2D 0 C EF 3E 44
Octal 172 174 340 56 55 0 14 357 76 104
Binary 1111010 1111100 11100000 101110 101101 0 1100 11101111 111110 1000100

Color Harmonies of #7A7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7CE0

Black with #7A7CE0

Text Example


Text Example

White with #7A7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,124,224); }

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

background-color css

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

 a { background-color: rgb(122,124,224); }

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

border-color css

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

 span { border-color: rgb(122,124,224); }

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