Html Css Color HEX #777EC4 Wild Blue Yonder

📋 copy color: '#777EC4'

red 119 ◦ green 126 ◦ blue 196

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

Shades of Wild Blue Yonder #777EC4

Tints of Wild Blue Yonder #777EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.44%

R = 26.98%
G = 28.57%
B = 44.44%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#777EC4 (or 0x777EC4) is known color: Wild Blue Yonder. HEX triplet: 77, 7E and C4. RGB value is (119,126,196). Sum of RGB (Red+Green+Blue) = 119+126+196=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #777EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EC4 is #88813B. Grayscale: #838383. Windows color (decimal): -8945980 or 12877431. OLE color: 12877431.

HSL color Cylindrical-coordinate representation of color #777EC4: hue angle of 234.55º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777EC4 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 126 196 -
CMYK 0.39 0.36 0 0.23
HSL 234.55º 0.39% 0.62% -
HSV(B) 234.55º 0.39% 0.77% -
XYZ 25.03 22.83 55.31 -
YUV 131.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 119 126 196 0.39 0.36 0 0.23 234.55 0.39 0.62
Hex 77 7E C4 27 24 0 17 EB 27 3E
Octal 167 176 304 47 44 0 27 353 47 76
Binary 1110111 1111110 11000100 100111 100100 0 10111 11101011 100111 111110

Color Harmonies of #777EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EC4

Black with #777EC4

Text Example


Text Example

White with #777EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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