Html Css Color HEX #777BE7 Medium Slate Blue

📋 copy color: '#777BE7'

red 119 ◦ green 123 ◦ blue 231

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

Shades of Medium Slate Blue #777BE7

Tints of Medium Slate Blue #777BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 25.16%
G = 26%
B = 48.84%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#777BE7 (or 0x777BE7) is known color: Medium Slate Blue. HEX triplet: 77, 7B and E7. RGB value is (119,123,231). Sum of RGB (Red+Green+Blue) = 119+123+231=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #777BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BE7 is #888418. Grayscale: #858585. Windows color (decimal): -8946713 or 15170423. OLE color: 15170423.

HSL color Cylindrical-coordinate representation of color #777BE7: hue angle of 237.86º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777BE7 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 123 231 -
CMYK 0.48 0.47 0 0.09
HSL 237.86º 0.7% 0.69% -
HSV(B) 237.86º 0.48% 0.91% -
XYZ 29.11 23.86 78.67 -
YUV 134.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 119 123 231 0.48 0.47 0 0.09 237.86 0.7 0.69
Hex 77 7B E7 30 2F 0 9 EE 46 45
Octal 167 173 347 60 57 0 11 356 106 105
Binary 1110111 1111011 11100111 110000 101111 0 1001 11101110 1000110 1000101

Color Harmonies of #777BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BE7

Black with #777BE7

Text Example


Text Example

White with #777BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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