Html Css Color HEX #7A4CDF Slate Blue

📋 copy color: '#7A4CDF'

red 122 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #7A4CDF

Tints of Slate Blue #7A4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

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

R = 28.98%
G = 18.05%
B = 52.97%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A4CDF (or 0x7A4CDF) is known color: Slate Blue. HEX triplet: 7A, 4C and DF. RGB value is (122,76,223). Sum of RGB (Red+Green+Blue) = 122+76+223=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4CDF is #85B320. Grayscale: #696969. Windows color (decimal): -8762145 or 14634106. OLE color: 14634106.

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

Color convert

RGB 122 76 223 -
CMYK 0.45 0.66 0 0.13
HSL 258.78º 0.7% 0.59% -
HSV(B) 258.78º 0.66% 0.87% -
XYZ 23.93 14.63 71.38 -
YUV 106.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 122 76 223 0.45 0.66 0 0.13 258.78 0.7 0.59
Hex 7A 4C DF 2D 42 0 D 103 46 3B
Octal 172 114 337 55 102 0 15 403 106 73
Binary 1111010 1001100 11011111 101101 1000010 0 1101 100000011 1000110 111011

Color Harmonies of #7A4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4CDF

Black with #7A4CDF

Text Example


Text Example

White with #7A4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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