Html Css Color HEX #7F76DF Medium Slate Blue

📋 copy color: '#7F76DF'

red 127 ◦ green 118 ◦ blue 223

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

Shades of Medium Slate Blue #7F76DF

Tints of Medium Slate Blue #7F76DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 27.14%
G = 25.21%
B = 47.65%

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

#7F76DF (or 0x7F76DF) is known color: Medium Slate Blue. HEX triplet: 7F, 76 and DF. RGB value is (127,118,223). Sum of RGB (Red+Green+Blue) = 127+118+223=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F76DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F76DF is #808920. Grayscale: #848484. Windows color (decimal): -8423713 or 14644863. OLE color: 14644863.

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

Color convert

RGB 127 118 223 -
CMYK 0.43 0.47 0 0.13
HSL 245.14º 0.62% 0.67% -
HSV(B) 245.14º 0.47% 0.87% -
XYZ 28.55 22.8 72.71 -
YUV 132.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 127 118 223 0.43 0.47 0 0.13 245.14 0.62 0.67
Hex 7F 76 DF 2B 2F 0 D F5 3E 43
Octal 177 166 337 53 57 0 15 365 76 103
Binary 1111111 1110110 11011111 101011 101111 0 1101 11110101 111110 1000011

Color Harmonies of #7F76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F76DF

Black with #7F76DF

Text Example


Text Example

White with #7F76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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