Html Css Color HEX #7D55CD Slate Blue

📋 copy color: '#7D55CD'

red 125 ◦ green 85 ◦ blue 205

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

Shades of Slate Blue #7D55CD

Tints of Slate Blue #7D55CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.48%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 30.12%
G = 20.48%
B = 49.4%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D55CD (or 0x7D55CD) is known color: Slate Blue. HEX triplet: 7D, 55 and CD. RGB value is (125,85,205). Sum of RGB (Red+Green+Blue) = 125+85+205=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D55CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D55CD is #82AA32. Grayscale: #6E6E6E. Windows color (decimal): -8563251 or 13456765. OLE color: 13456765.

HSL color Cylindrical-coordinate representation of color #7D55CD: hue angle of 260º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D55CD is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 85 205 -
CMYK 0.39 0.59 0 0.20
HSL 260º 0.55% 0.57% -
HSV(B) 260º 0.59% 0.8% -
XYZ 22.73 15.26 59.51 -
YUV 110.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 125 85 205 0.39 0.59 0 0.20 260 0.55 0.57
Hex 7D 55 CD 27 3B 0 14 104 37 39
Octal 175 125 315 47 73 0 24 404 67 71
Binary 1111101 1010101 11001101 100111 111011 0 10100 100000100 110111 111001

Color Harmonies of #7D55CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55CD

Black with #7D55CD

Text Example


Text Example

White with #7D55CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,205); }

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

background-color css

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

 a { background-color: rgb(125,85,205); }

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

border-color css

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

 span { border-color: rgb(125,85,205); }

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