Html Css Color HEX #777BEC Medium Slate Blue

📋 copy color: '#777BEC'

red 119 ◦ green 123 ◦ blue 236

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

Shades of Medium Slate Blue #777BEC

Tints of Medium Slate Blue #777BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.73%

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 24.9%
G = 25.73%
B = 49.37%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#777BEC (or 0x777BEC) is known color: Medium Slate Blue. HEX triplet: 77, 7B and EC. RGB value is (119,123,236). Sum of RGB (Red+Green+Blue) = 119+123+236=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #777BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BEC is #888413. Grayscale: #868686. Windows color (decimal): -8946708 or 15498103. OLE color: 15498103.

HSL color Cylindrical-coordinate representation of color #777BEC: hue angle of 237.95º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #777BEC is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 123 236 -
CMYK 0.50 0.48 0 0.07
HSL 237.95º 0.75% 0.7% -
HSV(B) 237.95º 0.5% 0.93% -
XYZ 29.83 24.14 82.44 -
YUV 134.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 119 123 236 0.50 0.48 0 0.07 237.95 0.75 0.7
Hex 77 7B EC 32 30 0 7 EE 4B 46
Octal 167 173 354 62 60 0 7 356 113 106
Binary 1110111 1111011 11101100 110010 110000 0 111 11101110 1001011 1000110

Color Harmonies of #777BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BEC

Black with #777BEC

Text Example


Text Example

White with #777BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777BEC; }

 p { color: rgb(119,123,236); }

 H1.HeaderClassName
 {
   color: #777BEC;
 }
 .AnyTagClassName
 {
   color: #777BEC;
 }
</style>

background-color css

<style>
 a { background-color: #777BEC; }

 a { background-color: rgb(119,123,236); }

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

border-color css

<style>
 span { border-color: #777BEC; }

 span { border-color: rgb(119,123,236); }

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