Html Css Color HEX #7A51CE Slate Blue

📋 copy color: '#7A51CE'

red 122 ◦ green 81 ◦ blue 206

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

Shades of Slate Blue #7A51CE

Tints of Slate Blue #7A51CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.8%

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

R = 29.83%
G = 19.8%
B = 50.37%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A51CE (or 0x7A51CE) is known color: Slate Blue. HEX triplet: 7A, 51 and CE. RGB value is (122,81,206). Sum of RGB (Red+Green+Blue) = 122+81+206=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A51CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A51CE is #85AE31. Grayscale: #6B6B6B. Windows color (decimal): -8760882 or 13521274. OLE color: 13521274.

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

Color convert

RGB 122 81 206 -
CMYK 0.41 0.61 0 0.19
HSL 259.68º 0.56% 0.56% -
HSV(B) 259.68º 0.61% 0.81% -
XYZ 22.11 14.48 60.02 -
YUV 107.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 122 81 206 0.41 0.61 0 0.19 259.68 0.56 0.56
Hex 7A 51 CE 29 3D 0 13 104 38 38
Octal 172 121 316 51 75 0 23 404 70 70
Binary 1111010 1010001 11001110 101001 111101 0 10011 100000100 111000 111000

Color Harmonies of #7A51CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A51CE

Black with #7A51CE

Text Example


Text Example

White with #7A51CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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