Html Css Color HEX #776BE0 Medium Slate Blue

📋 copy color: '#776BE0'

red 119 ◦ green 107 ◦ blue 224

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

Shades of Medium Slate Blue #776BE0

Tints of Medium Slate Blue #776BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

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

R = 26.44%
G = 23.78%
B = 49.78%

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

#776BE0 (or 0x776BE0) is known color: Medium Slate Blue. HEX triplet: 77, 6B and E0. RGB value is (119,107,224). Sum of RGB (Red+Green+Blue) = 119+107+224=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #776BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BE0 is #88941F. Grayscale: #7B7B7B. Windows color (decimal): -8950816 or 14707575. OLE color: 14707575.

HSL color Cylindrical-coordinate representation of color #776BE0: hue angle of 246.15º 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 #776BE0 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 107 224 -
CMYK 0.47 0.52 0 0.12
HSL 246.15º 0.65% 0.65% -
HSV(B) 246.15º 0.52% 0.88% -
XYZ 26.32 19.82 72.96 -
YUV 123.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 119 107 224 0.47 0.52 0 0.12 246.15 0.65 0.65
Hex 77 6B E0 2F 34 0 C F6 41 41
Octal 167 153 340 57 64 0 14 366 101 101
Binary 1110111 1101011 11100000 101111 110100 0 1100 11110110 1000001 1000001

Color Harmonies of #776BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BE0

Black with #776BE0

Text Example


Text Example

White with #776BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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