Html Css Color HEX #7D4FC4 Slate Blue

📋 copy color: '#7D4FC4'

red 125 ◦ green 79 ◦ blue 196

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

Shades of Slate Blue #7D4FC4

Tints of Slate Blue #7D4FC4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.75%

 BLUE value IS 196 (76.95% from 255) = 49%

R = 31.25%
G = 19.75%
B = 49%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7D4FC4 (or 0x7D4FC4) is known color: Slate Blue. HEX triplet: 7D, 4F and C4. RGB value is (125,79,196). Sum of RGB (Red+Green+Blue) = 125+79+196=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D4FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4FC4 is #82B03B. Grayscale: #696969. Windows color (decimal): -8564796 or 12865405. OLE color: 12865405.

HSL color Cylindrical-coordinate representation of color #7D4FC4: hue angle of 263.59º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D4FC4 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 79 196 -
CMYK 0.36 0.60 0 0.23
HSL 263.59º 0.5% 0.54% -
HSV(B) 263.59º 0.6% 0.77% -
XYZ 21.22 13.94 53.8 -
YUV 106.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 125 79 196 0.36 0.60 0 0.23 263.59 0.5 0.54
Hex 7D 4F C4 24 3C 0 17 108 32 36
Octal 175 117 304 44 74 0 27 410 62 66
Binary 1111101 1001111 11000100 100100 111100 0 10111 100001000 110010 110110

Color Harmonies of #7D4FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4FC4

Black with #7D4FC4

Text Example


Text Example

White with #7D4FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,79,196); }

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

background-color css

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

 a { background-color: rgb(125,79,196); }

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

border-color css

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

 span { border-color: rgb(125,79,196); }

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