Html Css Color HEX #7A68EC Medium Slate Blue

📋 copy color: '#7A68EC'

red 122 ◦ green 104 ◦ blue 236

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

Shades of Medium Slate Blue #7A68EC

Tints of Medium Slate Blue #7A68EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.51%

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

R = 26.41%
G = 22.51%
B = 51.08%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A68EC (or 0x7A68EC) is known color: Medium Slate Blue. HEX triplet: 7A, 68 and EC. RGB value is (122,104,236). Sum of RGB (Red+Green+Blue) = 122+104+236=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A68EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A68EC is #859713. Grayscale: #7B7B7B. Windows color (decimal): -8754964 or 15493242. OLE color: 15493242.

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

Color convert

RGB 122 104 236 -
CMYK 0.48 0.56 0 0.07
HSL 248.18º 0.78% 0.67% -
HSV(B) 248.18º 0.56% 0.93% -
XYZ 28.12 20.09 81.75 -
YUV 124.43 190.96 126.27 -
System Red Green Blue C M Y K H S L
Decimal 122 104 236 0.48 0.56 0 0.07 248.18 0.78 0.67
Hex 7A 68 EC 30 38 0 7 F8 4E 43
Octal 172 150 354 60 70 0 7 370 116 103
Binary 1111010 1101000 11101100 110000 111000 0 111 11111000 1001110 1000011

Color Harmonies of #7A68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A68EC

Black with #7A68EC

Text Example


Text Example

White with #7A68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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