Html Css Color HEX #7D4ADE Slate Blue

📋 copy color: '#7D4ADE'

red 125 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #7D4ADE

Tints of Slate Blue #7D4ADE

RGB

 RED value IS 125 (49.22% from 255) = 29.69%

 GREEN value IS 74 (29.3% from 255) = 17.58%

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 29.69%
G = 17.58%
B = 52.73%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D4ADE (or 0x7D4ADE) is known color: Slate Blue. HEX triplet: 7D, 4A and DE. RGB value is (125,74,222). Sum of RGB (Red+Green+Blue) = 125+74+222=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D4ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4ADE is #82B521. Grayscale: #696969. Windows color (decimal): -8566050 or 14568061. OLE color: 14568061.

HSL color Cylindrical-coordinate representation of color #7D4ADE: hue angle of 260.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D4ADE is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 74 222 -
CMYK 0.44 0.67 0 0.13
HSL 260.68º 0.69% 0.58% -
HSV(B) 260.68º 0.67% 0.87% -
XYZ 24.09 14.53 70.64 -
YUV 106.12 193.4 141.47 -
System Red Green Blue C M Y K H S L
Decimal 125 74 222 0.44 0.67 0 0.13 260.68 0.69 0.58
Hex 7D 4A DE 2C 43 0 D 105 45 3A
Octal 175 112 336 54 103 0 15 405 105 72
Binary 1111101 1001010 11011110 101100 1000011 0 1101 100000101 1000101 111010

Color Harmonies of #7D4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4ADE

Black with #7D4ADE

Text Example


Text Example

White with #7D4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,222); }

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

background-color css

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

 a { background-color: rgb(125,74,222); }

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

border-color css

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

 span { border-color: rgb(125,74,222); }

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