Html Css Color HEX #7A52DF Slate Blue

📋 copy color: '#7A52DF'

red 122 ◦ green 82 ◦ blue 223

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

Shades of Slate Blue #7A52DF

Tints of Slate Blue #7A52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 28.57%
G = 19.2%
B = 52.22%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A52DF (or 0x7A52DF) is known color: Slate Blue. HEX triplet: 7A, 52 and DF. RGB value is (122,82,223). Sum of RGB (Red+Green+Blue) = 122+82+223=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A52DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A52DF is #85AD20. Grayscale: #6D6D6D. Windows color (decimal): -8760609 or 14635642. OLE color: 14635642.

HSL color Cylindrical-coordinate representation of color #7A52DF: hue angle of 257.02º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A52DF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 82 223 -
CMYK 0.45 0.63 0 0.13
HSL 257.02º 0.69% 0.6% -
HSV(B) 257.02º 0.63% 0.87% -
XYZ 24.36 15.5 71.52 -
YUV 110.03 191.75 136.54 -
System Red Green Blue C M Y K H S L
Decimal 122 82 223 0.45 0.63 0 0.13 257.02 0.69 0.6
Hex 7A 52 DF 2D 3F 0 D 101 45 3C
Octal 172 122 337 55 77 0 15 401 105 74
Binary 1111010 1010010 11011111 101101 111111 0 1101 100000001 1000101 111100

Color Harmonies of #7A52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A52DF

Black with #7A52DF

Text Example


Text Example

White with #7A52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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