Html Css Color HEX #7A5ADC Slate Blue

📋 copy color: '#7A5ADC'

red 122 ◦ green 90 ◦ blue 220

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

Shades of Slate Blue #7A5ADC

Tints of Slate Blue #7A5ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 28.24%
G = 20.83%
B = 50.93%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A5ADC (or 0x7A5ADC) is known color: Slate Blue. HEX triplet: 7A, 5A and DC. RGB value is (122,90,220). Sum of RGB (Red+Green+Blue) = 122+90+220=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A5ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ADC is #85A523. Grayscale: #717171. Windows color (decimal): -8758564 or 14441082. OLE color: 14441082.

HSL color Cylindrical-coordinate representation of color #7A5ADC: hue angle of 254.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A5ADC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 90 220 -
CMYK 0.45 0.59 0 0.14
HSL 254.77º 0.65% 0.61% -
HSV(B) 254.77º 0.59% 0.86% -
XYZ 24.6 16.62 69.62 -
YUV 114.39 187.6 133.43 -
System Red Green Blue C M Y K H S L
Decimal 122 90 220 0.45 0.59 0 0.14 254.77 0.65 0.61
Hex 7A 5A DC 2D 3B 0 E FF 41 3D
Octal 172 132 334 55 73 0 16 377 101 75
Binary 1111010 1011010 11011100 101101 111011 0 1110 11111111 1000001 111101

Color Harmonies of #7A5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5ADC

Black with #7A5ADC

Text Example


Text Example

White with #7A5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,90,220); }

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

background-color css

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

 a { background-color: rgb(122,90,220); }

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

border-color css

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

 span { border-color: rgb(122,90,220); }

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