Html Css Color HEX #7F70DE Medium Slate Blue

📋 copy color: '#7F70DE'

red 127 ◦ green 112 ◦ blue 222

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

Shades of Medium Slate Blue #7F70DE

Tints of Medium Slate Blue #7F70DE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

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

R = 27.55%
G = 24.3%
B = 48.16%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F70DE (or 0x7F70DE) is known color: Medium Slate Blue. HEX triplet: 7F, 70 and DE. RGB value is (127,112,222). Sum of RGB (Red+Green+Blue) = 127+112+222=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F70DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F70DE is #808F21. Grayscale: #808080. Windows color (decimal): -8425250 or 14577791. OLE color: 14577791.

HSL color Cylindrical-coordinate representation of color #7F70DE: hue angle of 248.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F70DE is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 112 222 -
CMYK 0.43 0.50 0 0.13
HSL 248.18º 0.63% 0.65% -
HSV(B) 248.18º 0.5% 0.87% -
XYZ 27.73 21.37 71.77 -
YUV 129.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 127 112 222 0.43 0.50 0 0.13 248.18 0.63 0.65
Hex 7F 70 DE 2B 32 0 D F8 3E 41
Octal 177 160 336 53 62 0 15 370 76 101
Binary 1111111 1110000 11011110 101011 110010 0 1101 11111000 111110 1000001

Color Harmonies of #7F70DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F70DE

Black with #7F70DE

Text Example


Text Example

White with #7F70DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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