Html Css Color HEX #7D52D7 Slate Blue

📋 copy color: '#7D52D7'

red 125 ◦ green 82 ◦ blue 215

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

Shades of Slate Blue #7D52D7

Tints of Slate Blue #7D52D7

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.43%

 BLUE value IS 215 (84.38% from 255) = 50.95%

R = 29.62%
G = 19.43%
B = 50.95%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7D52D7 (or 0x7D52D7) is known color: Slate Blue. HEX triplet: 7D, 52 and D7. RGB value is (125,82,215). Sum of RGB (Red+Green+Blue) = 125+82+215=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D52D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52D7 is #82AD28. Grayscale: #6D6D6D. Windows color (decimal): -8564009 or 14111357. OLE color: 14111357.

HSL color Cylindrical-coordinate representation of color #7D52D7: hue angle of 259.4º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D52D7 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 82 215 -
CMYK 0.42 0.62 0 0.16
HSL 259.4º 0.62% 0.58% -
HSV(B) 259.4º 0.62% 0.84% -
XYZ 23.74 15.3 65.99 -
YUV 110.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 125 82 215 0.42 0.62 0 0.16 259.4 0.62 0.58
Hex 7D 52 D7 2A 3E 0 10 103 3E 3A
Octal 175 122 327 52 76 0 20 403 76 72
Binary 1111101 1010010 11010111 101010 111110 0 10000 100000011 111110 111010

Color Harmonies of #7D52D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52D7

Black with #7D52D7

Text Example


Text Example

White with #7D52D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,82,215); }

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

background-color css

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

 a { background-color: rgb(125,82,215); }

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

border-color css

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

 span { border-color: rgb(125,82,215); }

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