Html Css Color HEX #7D5DD8 Slate Blue

📋 copy color: '#7D5DD8'

red 125 ◦ green 93 ◦ blue 216

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

Shades of Slate Blue #7D5DD8

Tints of Slate Blue #7D5DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

 BLUE value IS 216 (84.77% from 255) = 49.77%

R = 28.8%
G = 21.43%
B = 49.77%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7D5DD8 (or 0x7D5DD8) is known color: Slate Blue. HEX triplet: 7D, 5D and D8. RGB value is (125,93,216). Sum of RGB (Red+Green+Blue) = 125+93+216=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D5DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DD8 is #82A227. Grayscale: #747474. Windows color (decimal): -8561192 or 14179709. OLE color: 14179709.

HSL color Cylindrical-coordinate representation of color #7D5DD8: hue angle of 255.61º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D5DD8 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 93 216 -
CMYK 0.42 0.57 0 0.15
HSL 255.61º 0.61% 0.61% -
HSV(B) 255.61º 0.57% 0.85% -
XYZ 24.77 17.15 66.97 -
YUV 116.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 125 93 216 0.42 0.57 0 0.15 255.61 0.61 0.61
Hex 7D 5D D8 2A 39 0 F 100 3D 3D
Octal 175 135 330 52 71 0 17 400 75 75
Binary 1111101 1011101 11011000 101010 111001 0 1111 100000000 111101 111101

Color Harmonies of #7D5DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5DD8

Black with #7D5DD8

Text Example


Text Example

White with #7D5DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,93,216); }

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

background-color css

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

 a { background-color: rgb(125,93,216); }

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

border-color css

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

 span { border-color: rgb(125,93,216); }

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