Html Css Color HEX #7A7EEA Medium Slate Blue

📋 copy color: '#7A7EEA'

red 122 ◦ green 126 ◦ blue 234

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

Shades of Medium Slate Blue #7A7EEA

Tints of Medium Slate Blue #7A7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.14%

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

R = 25.31%
G = 26.14%
B = 48.55%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A7EEA (or 0x7A7EEA) is known color: Medium Slate Blue. HEX triplet: 7A, 7E and EA. RGB value is (122,126,234). Sum of RGB (Red+Green+Blue) = 122+126+234=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A7EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7EEA is #858115. Grayscale: #888888. Windows color (decimal): -8749334 or 15367802. OLE color: 15367802.

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

Color convert

RGB 122 126 234 -
CMYK 0.48 0.46 0 0.08
HSL 237.86º 0.73% 0.7% -
HSV(B) 237.86º 0.48% 0.92% -
XYZ 30.34 25 81.07 -
YUV 137.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 122 126 234 0.48 0.46 0 0.08 237.86 0.73 0.7
Hex 7A 7E EA 30 2E 0 8 EE 49 46
Octal 172 176 352 60 56 0 10 356 111 106
Binary 1111010 1111110 11101010 110000 101110 0 1000 11101110 1001001 1000110

Color Harmonies of #7A7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7EEA

Black with #7A7EEA

Text Example


Text Example

White with #7A7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,126,234); }

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

background-color css

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

 a { background-color: rgb(122,126,234); }

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

border-color css

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

 span { border-color: rgb(122,126,234); }

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