Html Css Color HEX #7F77DF Medium Slate Blue

📋 copy color: '#7F77DF'

red 127 ◦ green 119 ◦ blue 223

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

Shades of Medium Slate Blue #7F77DF

Tints of Medium Slate Blue #7F77DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.37%

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

R = 27.08%
G = 25.37%
B = 47.55%

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

#7F77DF (or 0x7F77DF) is known color: Medium Slate Blue. HEX triplet: 7F, 77 and DF. RGB value is (127,119,223). Sum of RGB (Red+Green+Blue) = 127+119+223=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F77DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77DF is #808820. Grayscale: #848484. Windows color (decimal): -8423457 or 14645119. OLE color: 14645119.

HSL color Cylindrical-coordinate representation of color #7F77DF: hue angle of 244.62º 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 #7F77DF is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 119 223 -
CMYK 0.43 0.47 0 0.13
HSL 244.62º 0.62% 0.67% -
HSV(B) 244.62º 0.47% 0.87% -
XYZ 28.67 23.03 72.75 -
YUV 133.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 127 119 223 0.43 0.47 0 0.13 244.62 0.62 0.67
Hex 7F 77 DF 2B 2F 0 D F5 3E 43
Octal 177 167 337 53 57 0 15 365 76 103
Binary 1111111 1110111 11011111 101011 101111 0 1101 11110101 111110 1000011

Color Harmonies of #7F77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F77DF

Black with #7F77DF

Text Example


Text Example

White with #7F77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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