Html Css Color HEX #776CDE Medium Slate Blue

📋 copy color: '#776CDE'

red 119 ◦ green 108 ◦ blue 222

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

Shades of Medium Slate Blue #776CDE

Tints of Medium Slate Blue #776CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 26.5%
G = 24.05%
B = 49.44%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#776CDE (or 0x776CDE) is known color: Medium Slate Blue. HEX triplet: 77, 6C and DE. RGB value is (119,108,222). Sum of RGB (Red+Green+Blue) = 119+108+222=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #776CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CDE is #889321. Grayscale: #7B7B7B. Windows color (decimal): -8950562 or 14576759. OLE color: 14576759.

HSL color Cylindrical-coordinate representation of color #776CDE: hue angle of 245.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776CDE is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 108 222 -
CMYK 0.46 0.51 0 0.13
HSL 245.79º 0.63% 0.65% -
HSV(B) 245.79º 0.51% 0.87% -
XYZ 26.16 19.92 71.57 -
YUV 124.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 119 108 222 0.46 0.51 0 0.13 245.79 0.63 0.65
Hex 77 6C DE 2E 33 0 D F6 3F 41
Octal 167 154 336 56 63 0 15 366 77 101
Binary 1110111 1101100 11011110 101110 110011 0 1101 11110110 111111 1000001

Color Harmonies of #776CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CDE

Black with #776CDE

Text Example


Text Example

White with #776CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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