Html Css Color HEX #776CE0 Medium Slate Blue

📋 copy color: '#776CE0'

red 119 ◦ green 108 ◦ blue 224

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

Shades of Medium Slate Blue #776CE0

Tints of Medium Slate Blue #776CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.95%

 BLUE value IS 224 (87.89% from 255) = 49.67%

R = 26.39%
G = 23.95%
B = 49.67%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#776CE0 (or 0x776CE0) is known color: Medium Slate Blue. HEX triplet: 77, 6C and E0. RGB value is (119,108,224). Sum of RGB (Red+Green+Blue) = 119+108+224=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #776CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CE0 is #88931F. Grayscale: #7C7C7C. Windows color (decimal): -8950560 or 14707831. OLE color: 14707831.

HSL color Cylindrical-coordinate representation of color #776CE0: hue angle of 245.69º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #776CE0 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 108 224 -
CMYK 0.47 0.52 0 0.12
HSL 245.69º 0.65% 0.65% -
HSV(B) 245.69º 0.52% 0.88% -
XYZ 26.42 20.03 72.99 -
YUV 124.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 119 108 224 0.47 0.52 0 0.12 245.69 0.65 0.65
Hex 77 6C E0 2F 34 0 C F6 41 41
Octal 167 154 340 57 64 0 14 366 101 101
Binary 1110111 1101100 11100000 101111 110100 0 1100 11110110 1000001 1000001

Color Harmonies of #776CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CE0

Black with #776CE0

Text Example


Text Example

White with #776CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,108,224); }

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

background-color css

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

 a { background-color: rgb(119,108,224); }

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

border-color css

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

 span { border-color: rgb(119,108,224); }

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