Html Css Color HEX #7D4FCC Slate Blue

📋 copy color: '#7D4FCC'

red 125 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #7D4FCC

Tints of Slate Blue #7D4FCC

RGB

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

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

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

R = 30.64%
G = 19.36%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D4FCC (or 0x7D4FCC) is known color: Slate Blue. HEX triplet: 7D, 4F and CC. RGB value is (125,79,204). Sum of RGB (Red+Green+Blue) = 125+79+204=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4FCC is #82B033. Grayscale: #6A6A6A. Windows color (decimal): -8564788 or 13389693. OLE color: 13389693.

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

Color convert

RGB 125 79 204 -
CMYK 0.39 0.61 0 0.2
HSL 262.08º 0.55% 0.55% -
HSV(B) 262.08º 0.61% 0.8% -
XYZ 22.15 14.31 58.72 -
YUV 107 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 125 79 204 0.39 0.61 0 0.2 262.08 0.55 0.55
Hex 7D 4F CC 27 3D 0 14 106 37 37
Octal 175 117 314 47 75 0 24 406 67 67
Binary 1111101 1001111 11001100 100111 111101 0 10100 100000110 110111 110111

Color Harmonies of #7D4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4FCC

Black with #7D4FCC

Text Example


Text Example

White with #7D4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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