Html Css Color HEX #7A5EFB Medium Slate Blue

📋 copy color: '#7A5EFB'

red 122 ◦ green 94 ◦ blue 251

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

Shades of Medium Slate Blue #7A5EFB

Tints of Medium Slate Blue #7A5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 26.12%
G = 20.13%
B = 53.75%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A5EFB (or 0x7A5EFB) is known color: Medium Slate Blue. HEX triplet: 7A, 5E and FB. RGB value is (122,94,251). Sum of RGB (Red+Green+Blue) = 122+94+251=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A5EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5EFB is #85A104. Grayscale: #777777. Windows color (decimal): -8757509 or 16473722. OLE color: 16473722.

HSL color Cylindrical-coordinate representation of color #7A5EFB: hue angle of 250.7º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A5EFB is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 94 251 -
CMYK 0.51 0.63 0 0.02
HSL 250.7º 0.95% 0.68% -
HSV(B) 250.7º 0.63% 0.98% -
XYZ 29.44 19.11 93.4 -
YUV 120.27 201.78 129.23 -
System Red Green Blue C M Y K H S L
Decimal 122 94 251 0.51 0.63 0 0.02 250.7 0.95 0.68
Hex 7A 5E FB 33 3F 0 2 FB 5F 44
Octal 172 136 373 63 77 0 2 373 137 104
Binary 1111010 1011110 11111011 110011 111111 0 10 11111011 1011111 1000100

Color Harmonies of #7A5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5EFB

Black with #7A5EFB

Text Example


Text Example

White with #7A5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,94,251); }

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

background-color css

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

 a { background-color: rgb(122,94,251); }

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

border-color css

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

 span { border-color: rgb(122,94,251); }

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