Html Css Color HEX #7F59DE Medium Slate Blue

📋 copy color: '#7F59DE'

red 127 ◦ green 89 ◦ blue 222

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

Shades of Medium Slate Blue #7F59DE

Tints of Medium Slate Blue #7F59DE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.32%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 29%
G = 20.32%
B = 50.68%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F59DE (or 0x7F59DE) is known color: Medium Slate Blue. HEX triplet: 7F, 59 and DE. RGB value is (127,89,222). Sum of RGB (Red+Green+Blue) = 127+89+222=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F59DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F59DE is #80A621. Grayscale: #737373. Windows color (decimal): -8431138 or 14571903. OLE color: 14571903.

HSL color Cylindrical-coordinate representation of color #7F59DE: hue angle of 257.14º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F59DE is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 89 222 -
CMYK 0.43 0.60 0 0.13
HSL 257.14º 0.67% 0.61% -
HSV(B) 257.14º 0.6% 0.87% -
XYZ 25.51 16.93 71.03 -
YUV 115.52 188.09 136.19 -
System Red Green Blue C M Y K H S L
Decimal 127 89 222 0.43 0.60 0 0.13 257.14 0.67 0.61
Hex 7F 59 DE 2B 3C 0 D 101 43 3D
Octal 177 131 336 53 74 0 15 401 103 75
Binary 1111111 1011001 11011110 101011 111100 0 1101 100000001 1000011 111101

Color Harmonies of #7F59DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F59DE

Black with #7F59DE

Text Example


Text Example

White with #7F59DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,222); }

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

background-color css

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

 a { background-color: rgb(127,89,222); }

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

border-color css

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

 span { border-color: rgb(127,89,222); }

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