Html Css Color HEX #7A7CEE Medium Slate Blue

📋 copy color: '#7A7CEE'

red 122 ◦ green 124 ◦ blue 238

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

Shades of Medium Slate Blue #7A7CEE

Tints of Medium Slate Blue #7A7CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 25.21%
G = 25.62%
B = 49.17%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A7CEE (or 0x7A7CEE) is known color: Medium Slate Blue. HEX triplet: 7A, 7C and EE. RGB value is (122,124,238). Sum of RGB (Red+Green+Blue) = 122+124+238=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A7CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7CEE is #858311. Grayscale: #878787. Windows color (decimal): -8749842 or 15629434. OLE color: 15629434.

HSL color Cylindrical-coordinate representation of color #7A7CEE: hue angle of 238.97º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A7CEE is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 124 238 -
CMYK 0.49 0.48 0 0.07
HSL 238.97º 0.77% 0.71% -
HSV(B) 238.97º 0.49% 0.93% -
XYZ 30.67 24.73 84.05 -
YUV 136.4 185.34 117.73 -
System Red Green Blue C M Y K H S L
Decimal 122 124 238 0.49 0.48 0 0.07 238.97 0.77 0.71
Hex 7A 7C EE 31 30 0 7 EF 4D 47
Octal 172 174 356 61 60 0 7 357 115 107
Binary 1111010 1111100 11101110 110001 110000 0 111 11101111 1001101 1000111

Color Harmonies of #7A7CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7CEE

Black with #7A7CEE

Text Example


Text Example

White with #7A7CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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