Html Css Color HEX #7D57C2 Slate Blue

📋 copy color: '#7D57C2'

red 125 ◦ green 87 ◦ blue 194

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

Shades of Slate Blue #7D57C2

Tints of Slate Blue #7D57C2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.43%

 BLUE value IS 194 (76.17% from 255) = 47.78%

R = 30.79%
G = 21.43%
B = 47.78%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7D57C2 (or 0x7D57C2) is known color: Slate Blue. HEX triplet: 7D, 57 and C2. RGB value is (125,87,194). Sum of RGB (Red+Green+Blue) = 125+87+194=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #7D57C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57C2 is #82A83D. Grayscale: #6E6E6E. Windows color (decimal): -8562750 or 12736381. OLE color: 12736381.

HSL color Cylindrical-coordinate representation of color #7D57C2: hue angle of 261.31º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D57C2 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 87 194 -
CMYK 0.36 0.55 0 0.24
HSL 261.31º 0.47% 0.55% -
HSV(B) 261.31º 0.55% 0.76% -
XYZ 21.6 15.07 52.81 -
YUV 110.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 125 87 194 0.36 0.55 0 0.24 261.31 0.47 0.55
Hex 7D 57 C2 24 37 0 18 105 2F 37
Octal 175 127 302 44 67 0 30 405 57 67
Binary 1111101 1010111 11000010 100100 110111 0 11000 100000101 101111 110111

Color Harmonies of #7D57C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D57C2

Black with #7D57C2

Text Example


Text Example

White with #7D57C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,194); }

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

background-color css

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

 a { background-color: rgb(125,87,194); }

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

border-color css

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

 span { border-color: rgb(125,87,194); }

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