Html Css Color HEX #7A5FFE Medium Slate Blue

📋 copy color: '#7A5FFE'

red 122 ◦ green 95 ◦ blue 254

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

Shades of Medium Slate Blue #7A5FFE

Tints of Medium Slate Blue #7A5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 25.9%
G = 20.17%
B = 53.93%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A5FFE (or 0x7A5FFE) is known color: Medium Slate Blue. HEX triplet: 7A, 5F and FE. RGB value is (122,95,254). Sum of RGB (Red+Green+Blue) = 122+95+254=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A5FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5FFE is #85A001. Grayscale: #787878. Windows color (decimal): -8757250 or 16670586. OLE color: 16670586.

HSL color Cylindrical-coordinate representation of color #7A5FFE: hue angle of 250.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A5FFE is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 95 254 -
CMYK 0.52 0.63 0 0.00
HSL 250.19º 0.99% 0.68% -
HSV(B) 250.19º 0.63% 1% -
XYZ 30.01 19.48 95.94 -
YUV 121.2 202.95 128.57 -
System Red Green Blue C M Y K H S L
Decimal 122 95 254 0.52 0.63 0 0.00 250.19 0.99 0.68
Hex 7A 5F FE 34 3F 0 0 FA 63 44
Octal 172 137 376 64 77 0 0 372 143 104
Binary 1111010 1011111 11111110 110100 111111 0 0 11111010 1100011 1000100

Color Harmonies of #7A5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5FFE

Black with #7A5FFE

Text Example


Text Example

White with #7A5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,95,254); }

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

background-color css

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

 a { background-color: rgb(122,95,254); }

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

border-color css

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

 span { border-color: rgb(122,95,254); }

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