Html Css Color HEX #7A52FD Medium Slate Blue

📋 copy color: '#7A52FD'

red 122 ◦ green 82 ◦ blue 253

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

Shades of Medium Slate Blue #7A52FD

Tints of Medium Slate Blue #7A52FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.94%

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

R = 26.7%
G = 17.94%
B = 55.36%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A52FD (or 0x7A52FD) is known color: Medium Slate Blue. HEX triplet: 7A, 52 and FD. RGB value is (122,82,253). Sum of RGB (Red+Green+Blue) = 122+82+253=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A52FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A52FD is #85AD02. Grayscale: #707070. Windows color (decimal): -8760579 or 16601722. OLE color: 16601722.

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

Color convert

RGB 122 82 253 -
CMYK 0.52 0.68 0 0.01
HSL 254.04º 0.98% 0.66% -
HSV(B) 254.04º 0.68% 0.99% -
XYZ 28.77 17.26 94.74 -
YUV 113.45 206.75 134.1 -
System Red Green Blue C M Y K H S L
Decimal 122 82 253 0.52 0.68 0 0.01 254.04 0.98 0.66
Hex 7A 52 FD 34 44 0 1 FE 62 42
Octal 172 122 375 64 104 0 1 376 142 102
Binary 1111010 1010010 11111101 110100 1000100 0 1 11111110 1100010 1000010

Color Harmonies of #7A52FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A52FD

Black with #7A52FD

Text Example


Text Example

White with #7A52FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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