Html Css Color HEX #7D50C9 Slate Blue

📋 copy color: '#7D50C9'

red 125 ◦ green 80 ◦ blue 201

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

Shades of Slate Blue #7D50C9

Tints of Slate Blue #7D50C9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

 BLUE value IS 201 (78.91% from 255) = 49.51%

R = 30.79%
G = 19.7%
B = 49.51%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D50C9 (or 0x7D50C9) is known color: Slate Blue. HEX triplet: 7D, 50 and C9. RGB value is (125,80,201). Sum of RGB (Red+Green+Blue) = 125+80+201=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D50C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D50C9 is #82AF36. Grayscale: #6A6A6A. Windows color (decimal): -8564535 or 13193341. OLE color: 13193341.

HSL color Cylindrical-coordinate representation of color #7D50C9: hue angle of 262.31º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D50C9 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 80 201 -
CMYK 0.38 0.60 0 0.21
HSL 262.31º 0.53% 0.55% -
HSV(B) 262.31º 0.6% 0.79% -
XYZ 21.87 14.31 56.87 -
YUV 107.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 125 80 201 0.38 0.60 0 0.21 262.31 0.53 0.55
Hex 7D 50 C9 26 3C 0 15 106 35 37
Octal 175 120 311 46 74 0 25 406 65 67
Binary 1111101 1010000 11001001 100110 111100 0 10101 100000110 110101 110111

Color Harmonies of #7D50C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D50C9

Black with #7D50C9

Text Example


Text Example

White with #7D50C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,201); }

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

background-color css

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

 a { background-color: rgb(125,80,201); }

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

border-color css

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

 span { border-color: rgb(125,80,201); }

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