Html Css Color HEX #777EC1 Wild Blue Yonder

📋 copy color: '#777EC1'

red 119 ◦ green 126 ◦ blue 193

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

Shades of Wild Blue Yonder #777EC1

Tints of Wild Blue Yonder #777EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 27.17%
G = 28.77%
B = 44.06%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#777EC1 (or 0x777EC1) is known color: Wild Blue Yonder. HEX triplet: 77, 7E and C1. RGB value is (119,126,193). Sum of RGB (Red+Green+Blue) = 119+126+193=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #777EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EC1 is #88813E. Grayscale: #838383. Windows color (decimal): -8945983 or 12680823. OLE color: 12680823.

HSL color Cylindrical-coordinate representation of color #777EC1: hue angle of 234.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777EC1 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 126 193 -
CMYK 0.38 0.35 0 0.24
HSL 234.32º 0.37% 0.61% -
HSV(B) 234.32º 0.38% 0.76% -
XYZ 24.69 22.69 53.53 -
YUV 131.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 119 126 193 0.38 0.35 0 0.24 234.32 0.37 0.61
Hex 77 7E C1 26 23 0 18 EA 25 3D
Octal 167 176 301 46 43 0 30 352 45 75
Binary 1110111 1111110 11000001 100110 100011 0 11000 11101010 100101 111101

Color Harmonies of #777EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EC1

Black with #777EC1

Text Example


Text Example

White with #777EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,126,193); }

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

background-color css

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

 a { background-color: rgb(119,126,193); }

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

border-color css

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

 span { border-color: rgb(119,126,193); }

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