Html Css Color HEX #7D53C2 Slate Blue

📋 copy color: '#7D53C2'

red 125 ◦ green 83 ◦ blue 194

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

Shades of Slate Blue #7D53C2

Tints of Slate Blue #7D53C2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.65%

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

R = 31.09%
G = 20.65%
B = 48.26%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7D53C2 (or 0x7D53C2) is known color: Slate Blue. HEX triplet: 7D, 53 and C2. RGB value is (125,83,194). Sum of RGB (Red+Green+Blue) = 125+83+194=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #7D53C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D53C2 is #82AC3D. Grayscale: #6B6B6B. Windows color (decimal): -8563774 or 12735357. OLE color: 12735357.

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

Color convert

RGB 125 83 194 -
CMYK 0.36 0.57 0 0.24
HSL 262.7º 0.48% 0.54% -
HSV(B) 262.7º 0.57% 0.76% -
XYZ 21.29 14.44 52.7 -
YUV 108.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 125 83 194 0.36 0.57 0 0.24 262.7 0.48 0.54
Hex 7D 53 C2 24 39 0 18 107 30 36
Octal 175 123 302 44 71 0 30 407 60 66
Binary 1111101 1010011 11000010 100100 111001 0 11000 100000111 110000 110110

Color Harmonies of #7D53C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D53C2

Black with #7D53C2

Text Example


Text Example

White with #7D53C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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