Html Css Color HEX #7A65EC Medium Slate Blue

📋 copy color: '#7A65EC'

red 122 ◦ green 101 ◦ blue 236

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

Shades of Medium Slate Blue #7A65EC

Tints of Medium Slate Blue #7A65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22%

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 26.58%
G = 22%
B = 51.42%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A65EC (or 0x7A65EC) is known color: Medium Slate Blue. HEX triplet: 7A, 65 and EC. RGB value is (122,101,236). Sum of RGB (Red+Green+Blue) = 122+101+236=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A65EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A65EC is #859A13. Grayscale: #7A7A7A. Windows color (decimal): -8755732 or 15492474. OLE color: 15492474.

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

Color convert

RGB 122 101 236 -
CMYK 0.48 0.57 0 0.07
HSL 249.33º 0.78% 0.66% -
HSV(B) 249.33º 0.57% 0.93% -
XYZ 27.82 19.5 81.65 -
YUV 122.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 122 101 236 0.48 0.57 0 0.07 249.33 0.78 0.66
Hex 7A 65 EC 30 39 0 7 F9 4E 42
Octal 172 145 354 60 71 0 7 371 116 102
Binary 1111010 1100101 11101100 110000 111001 0 111 11111001 1001110 1000010

Color Harmonies of #7A65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A65EC

Black with #7A65EC

Text Example


Text Example

White with #7A65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,101,236); }

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

background-color css

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

 a { background-color: rgb(122,101,236); }

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

border-color css

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

 span { border-color: rgb(122,101,236); }

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