Html Css Color HEX #7D5CDA Slate Blue

📋 copy color: '#7D5CDA'

red 125 ◦ green 92 ◦ blue 218

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

Shades of Slate Blue #7D5CDA

Tints of Slate Blue #7D5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.15%

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 28.74%
G = 21.15%
B = 50.11%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7D5CDA (or 0x7D5CDA) is known color: Slate Blue. HEX triplet: 7D, 5C and DA. RGB value is (125,92,218). Sum of RGB (Red+Green+Blue) = 125+92+218=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D5CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5CDA is #82A325. Grayscale: #737373. Windows color (decimal): -8561446 or 14310525. OLE color: 14310525.

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

Color convert

RGB 125 92 218 -
CMYK 0.43 0.58 0 0.15
HSL 255.71º 0.63% 0.61% -
HSV(B) 255.71º 0.58% 0.85% -
XYZ 24.94 17.08 68.31 -
YUV 116.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 125 92 218 0.43 0.58 0 0.15 255.71 0.63 0.61
Hex 7D 5C DA 2B 3A 0 F 100 3F 3D
Octal 175 134 332 53 72 0 17 400 77 75
Binary 1111101 1011100 11011010 101011 111010 0 1111 100000000 111111 111101

Color Harmonies of #7D5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5CDA

Black with #7D5CDA

Text Example


Text Example

White with #7D5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,92,218); }

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

background-color css

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

 a { background-color: rgb(125,92,218); }

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

border-color css

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

 span { border-color: rgb(125,92,218); }

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