Html Css Color HEX #7F5DCD Slate Blue

📋 copy color: '#7F5DCD'

red 127 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #7F5DCD

Tints of Slate Blue #7F5DCD

RGB

 RED value IS 127 (50% from 255) = 29.88%

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

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

R = 29.88%
G = 21.88%
B = 48.24%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F5DCD (or 0x7F5DCD) is known color: Slate Blue. HEX triplet: 7F, 5D and CD. RGB value is (127,93,205). Sum of RGB (Red+Green+Blue) = 127+93+205=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DCD is #80A232. Grayscale: #737373. Windows color (decimal): -8430131 or 13458815. OLE color: 13458815.

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

Color convert

RGB 127 93 205 -
CMYK 0.38 0.55 0 0.20
HSL 258.21º 0.53% 0.58% -
HSV(B) 258.21º 0.55% 0.8% -
XYZ 23.69 16.75 59.74 -
YUV 115.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 127 93 205 0.38 0.55 0 0.20 258.21 0.53 0.58
Hex 7F 5D CD 26 37 0 14 102 35 3A
Octal 177 135 315 46 67 0 24 402 65 72
Binary 1111111 1011101 11001101 100110 110111 0 10100 100000010 110101 111010

Color Harmonies of #7F5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DCD

Black with #7F5DCD

Text Example


Text Example

White with #7F5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,93,205); }

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

background-color css

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

 a { background-color: rgb(127,93,205); }

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

border-color css

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

 span { border-color: rgb(127,93,205); }

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