Html Css Color HEX #7A52DC Slate Blue

📋 copy color: '#7A52DC'

red 122 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #7A52DC

Tints of Slate Blue #7A52DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 28.77%
G = 19.34%
B = 51.89%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A52DC (or 0x7A52DC) is known color: Slate Blue. HEX triplet: 7A, 52 and DC. RGB value is (122,82,220). Sum of RGB (Red+Green+Blue) = 122+82+220=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A52DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A52DC is #85AD23. Grayscale: #6D6D6D. Windows color (decimal): -8760612 or 14439034. OLE color: 14439034.

HSL color Cylindrical-coordinate representation of color #7A52DC: hue angle of 257.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A52DC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 82 220 -
CMYK 0.45 0.63 0 0.14
HSL 257.39º 0.66% 0.59% -
HSV(B) 257.39º 0.63% 0.86% -
XYZ 23.96 15.34 69.41 -
YUV 109.69 190.25 136.78 -
System Red Green Blue C M Y K H S L
Decimal 122 82 220 0.45 0.63 0 0.14 257.39 0.66 0.59
Hex 7A 52 DC 2D 3F 0 E 101 42 3B
Octal 172 122 334 55 77 0 16 401 102 73
Binary 1111010 1010010 11011100 101101 111111 0 1110 100000001 1000010 111011

Color Harmonies of #7A52DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A52DC

Black with #7A52DC

Text Example


Text Example

White with #7A52DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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