Html Css Color HEX #776FF1 Medium Slate Blue

📋 copy color: '#776FF1'

red 119 ◦ green 111 ◦ blue 241

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

Shades of Medium Slate Blue #776FF1

Tints of Medium Slate Blue #776FF1

RGB

 RED value IS 119 (46.88% from 255) = 25.27%

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 241 (94.53% from 255) = 51.17%

R = 25.27%
G = 23.57%
B = 51.17%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#776FF1 (or 0x776FF1) is known color: Medium Slate Blue. HEX triplet: 77, 6F and F1. RGB value is (119,111,241). Sum of RGB (Red+Green+Blue) = 119+111+241=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #776FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FF1 is #88900E. Grayscale: #7F7F7F. Windows color (decimal): -8949775 or 15822711. OLE color: 15822711.

HSL color Cylindrical-coordinate representation of color #776FF1: hue angle of 243.69º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776FF1 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 111 241 -
CMYK 0.51 0.54 0 0.05
HSL 243.69º 0.82% 0.69% -
HSV(B) 243.69º 0.54% 0.95% -
XYZ 29.17 21.64 85.86 -
YUV 128.21 191.65 121.43 -
System Red Green Blue C M Y K H S L
Decimal 119 111 241 0.51 0.54 0 0.05 243.69 0.82 0.69
Hex 77 6F F1 33 36 0 5 F4 52 45
Octal 167 157 361 63 66 0 5 364 122 105
Binary 1110111 1101111 11110001 110011 110110 0 101 11110100 1010010 1000101

Color Harmonies of #776FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FF1

Black with #776FF1

Text Example


Text Example

White with #776FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776FF1; }

 p { color: rgb(119,111,241); }

 H1.HeaderClassName
 {
   color: #776FF1;
 }
 .AnyTagClassName
 {
   color: #776FF1;
 }
</style>

background-color css

<style>
 a { background-color: #776FF1; }

 a { background-color: rgb(119,111,241); }

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

border-color css

<style>
 span { border-color: #776FF1; }

 span { border-color: rgb(119,111,241); }

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