Html Css Color HEX #7D5DCF Slate Blue

📋 copy color: '#7D5DCF'

red 125 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #7D5DCF

Tints of Slate Blue #7D5DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 29.41%
G = 21.88%
B = 48.71%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D5DCF (or 0x7D5DCF) is known color: Slate Blue. HEX triplet: 7D, 5D and CF. RGB value is (125,93,207). Sum of RGB (Red+Green+Blue) = 125+93+207=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DCF is #82A230. Grayscale: #737373. Windows color (decimal): -8561201 or 13589885. OLE color: 13589885.

HSL color Cylindrical-coordinate representation of color #7D5DCF: hue angle of 256.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D5DCF is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 93 207 -
CMYK 0.40 0.55 0 0.19
HSL 256.84º 0.54% 0.59% -
HSV(B) 256.84º 0.55% 0.81% -
XYZ 23.63 16.69 61.01 -
YUV 115.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 125 93 207 0.40 0.55 0 0.19 256.84 0.54 0.59
Hex 7D 5D CF 28 37 0 13 101 36 3B
Octal 175 135 317 50 67 0 23 401 66 73
Binary 1111101 1011101 11001111 101000 110111 0 10011 100000001 110110 111011

Color Harmonies of #7D5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5DCF

Black with #7D5DCF

Text Example


Text Example

White with #7D5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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