Html Css Color HEX #7A52CE Slate Blue

📋 copy color: '#7A52CE'

red 122 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #7A52CE

Tints of Slate Blue #7A52CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 29.76%
G = 20%
B = 50.24%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A52CE (or 0x7A52CE) is known color: Slate Blue. HEX triplet: 7A, 52 and CE. RGB value is (122,82,206). Sum of RGB (Red+Green+Blue) = 122+82+206=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A52CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A52CE is #85AD31. Grayscale: #6B6B6B. Windows color (decimal): -8760626 or 13521530. OLE color: 13521530.

HSL color Cylindrical-coordinate representation of color #7A52CE: hue angle of 259.35º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A52CE is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 82 206 -
CMYK 0.41 0.60 0 0.19
HSL 259.35º 0.56% 0.56% -
HSV(B) 259.35º 0.6% 0.81% -
XYZ 22.18 14.63 60.05 -
YUV 108.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 122 82 206 0.41 0.60 0 0.19 259.35 0.56 0.56
Hex 7A 52 CE 29 3C 0 13 103 38 38
Octal 172 122 316 51 74 0 23 403 70 70
Binary 1111010 1010010 11001110 101001 111100 0 10011 100000011 111000 111000

Color Harmonies of #7A52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A52CE

Black with #7A52CE

Text Example


Text Example

White with #7A52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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