Html Css Color HEX #7A54FD Medium Slate Blue

📋 copy color: '#7A54FD'

red 122 ◦ green 84 ◦ blue 253

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

Shades of Medium Slate Blue #7A54FD

Tints of Medium Slate Blue #7A54FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.3%

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 26.58%
G = 18.3%
B = 55.12%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A54FD (or 0x7A54FD) is known color: Medium Slate Blue. HEX triplet: 7A, 54 and FD. RGB value is (122,84,253). Sum of RGB (Red+Green+Blue) = 122+84+253=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A54FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A54FD is #85AB02. Grayscale: #717171. Windows color (decimal): -8760067 or 16602234. OLE color: 16602234.

HSL color Cylindrical-coordinate representation of color #7A54FD: hue angle of 253.49º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A54FD is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 84 253 -
CMYK 0.52 0.67 0 0.01
HSL 253.49º 0.98% 0.66% -
HSV(B) 253.49º 0.67% 0.99% -
XYZ 28.93 17.57 94.8 -
YUV 114.63 206.09 133.26 -
System Red Green Blue C M Y K H S L
Decimal 122 84 253 0.52 0.67 0 0.01 253.49 0.98 0.66
Hex 7A 54 FD 34 43 0 1 FD 62 42
Octal 172 124 375 64 103 0 1 375 142 102
Binary 1111010 1010100 11111101 110100 1000011 0 1 11111101 1100010 1000010

Color Harmonies of #7A54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A54FD

Black with #7A54FD

Text Example


Text Example

White with #7A54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,84,253); }

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

background-color css

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

 a { background-color: rgb(122,84,253); }

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

border-color css

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

 span { border-color: rgb(122,84,253); }

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