Html Css Color HEX #777AF2 Medium Slate Blue

📋 copy color: '#777AF2'

red 119 ◦ green 122 ◦ blue 242

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

Shades of Medium Slate Blue #777AF2

Tints of Medium Slate Blue #777AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.26%

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 24.64%
G = 25.26%
B = 50.1%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#777AF2 (or 0x777AF2) is known color: Medium Slate Blue. HEX triplet: 77, 7A and F2. RGB value is (119,122,242). Sum of RGB (Red+Green+Blue) = 119+122+242=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #777AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AF2 is #88850D. Grayscale: #868686. Windows color (decimal): -8946958 or 15891063. OLE color: 15891063.

HSL color Cylindrical-coordinate representation of color #777AF2: hue angle of 238.54º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #777AF2 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 122 242 -
CMYK 0.51 0.50 0 0.05
HSL 238.54º 0.83% 0.71% -
HSV(B) 238.54º 0.51% 0.95% -
XYZ 30.59 24.25 87.07 -
YUV 134.78 188.51 116.74 -
System Red Green Blue C M Y K H S L
Decimal 119 122 242 0.51 0.50 0 0.05 238.54 0.83 0.71
Hex 77 7A F2 33 32 0 5 EF 53 47
Octal 167 172 362 63 62 0 5 357 123 107
Binary 1110111 1111010 11110010 110011 110010 0 101 11101111 1010011 1000111

Color Harmonies of #777AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777AF2

Black with #777AF2

Text Example


Text Example

White with #777AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,122,242); }

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

background-color css

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

 a { background-color: rgb(119,122,242); }

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

border-color css

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

 span { border-color: rgb(119,122,242); }

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