Html Css Color HEX #7A4DCC Slate Blue

📋 copy color: '#7A4DCC'

red 122 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #7A4DCC

Tints of Slate Blue #7A4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.11%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 30.27%
G = 19.11%
B = 50.62%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A4DCC (or 0x7A4DCC) is known color: Slate Blue. HEX triplet: 7A, 4D and CC. RGB value is (122,77,204). Sum of RGB (Red+Green+Blue) = 122+77+204=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4DCC is #85B233. Grayscale: #686868. Windows color (decimal): -8761908 or 13389178. OLE color: 13389178.

HSL color Cylindrical-coordinate representation of color #7A4DCC: hue angle of 261.26º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A4DCC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 77 204 -
CMYK 0.40 0.62 0 0.2
HSL 261.26º 0.55% 0.55% -
HSV(B) 261.26º 0.62% 0.8% -
XYZ 21.58 13.8 58.65 -
YUV 104.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 122 77 204 0.40 0.62 0 0.2 261.26 0.55 0.55
Hex 7A 4D CC 28 3E 0 14 105 37 37
Octal 172 115 314 50 76 0 24 405 67 67
Binary 1111010 1001101 11001100 101000 111110 0 10100 100000101 110111 110111

Color Harmonies of #7A4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4DCC

Black with #7A4DCC

Text Example


Text Example

White with #7A4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,77,204); }

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

background-color css

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

 a { background-color: rgb(122,77,204); }

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

border-color css

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

 span { border-color: rgb(122,77,204); }

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