Html Css Color HEX #7F76DD Medium Slate Blue

📋 copy color: '#7F76DD'

red 127 ◦ green 118 ◦ blue 221

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

Shades of Medium Slate Blue #7F76DD

Tints of Medium Slate Blue #7F76DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 27.25%
G = 25.32%
B = 47.42%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F76DD (or 0x7F76DD) is known color: Medium Slate Blue. HEX triplet: 7F, 76 and DD. RGB value is (127,118,221). Sum of RGB (Red+Green+Blue) = 127+118+221=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F76DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F76DD is #808922. Grayscale: #848484. Windows color (decimal): -8423715 or 14513791. OLE color: 14513791.

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

Color convert

RGB 127 118 221 -
CMYK 0.43 0.47 0 0.13
HSL 245.24º 0.6% 0.66% -
HSV(B) 245.24º 0.47% 0.87% -
XYZ 28.28 22.69 71.3 -
YUV 132.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 127 118 221 0.43 0.47 0 0.13 245.24 0.6 0.66
Hex 7F 76 DD 2B 2F 0 D F5 3C 42
Octal 177 166 335 53 57 0 15 365 74 102
Binary 1111111 1110110 11011101 101011 101111 0 1101 11110101 111100 1000010

Color Harmonies of #7F76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F76DD

Black with #7F76DD

Text Example


Text Example

White with #7F76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,118,221); }

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

background-color css

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

 a { background-color: rgb(127,118,221); }

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

border-color css

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

 span { border-color: rgb(127,118,221); }

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