Html Css Color HEX #7F71DB Medium Slate Blue

📋 copy color: '#7F71DB'

red 127 ◦ green 113 ◦ blue 219

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

Shades of Medium Slate Blue #7F71DB

Tints of Medium Slate Blue #7F71DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.62%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 27.67%
G = 24.62%
B = 47.71%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F71DB (or 0x7F71DB) is known color: Medium Slate Blue. HEX triplet: 7F, 71 and DB. RGB value is (127,113,219). Sum of RGB (Red+Green+Blue) = 127+113+219=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F71DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F71DB is #808E24. Grayscale: #808080. Windows color (decimal): -8424997 or 14381439. OLE color: 14381439.

HSL color Cylindrical-coordinate representation of color #7F71DB: hue angle of 247.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F71DB is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 113 219 -
CMYK 0.42 0.48 0 0.14
HSL 247.92º 0.6% 0.65% -
HSV(B) 247.92º 0.48% 0.86% -
XYZ 27.44 21.44 69.71 -
YUV 129.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 127 113 219 0.42 0.48 0 0.14 247.92 0.6 0.65
Hex 7F 71 DB 2A 30 0 E F8 3C 41
Octal 177 161 333 52 60 0 16 370 74 101
Binary 1111111 1110001 11011011 101010 110000 0 1110 11111000 111100 1000001

Color Harmonies of #7F71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F71DB

Black with #7F71DB

Text Example


Text Example

White with #7F71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,113,219); }

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

background-color css

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

 a { background-color: rgb(127,113,219); }

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

border-color css

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

 span { border-color: rgb(127,113,219); }

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