Html Css Color HEX #777EB9 Wild Blue Yonder

📋 copy color: '#777EB9'

red 119 ◦ green 126 ◦ blue 185

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

Shades of Wild Blue Yonder #777EB9

Tints of Wild Blue Yonder #777EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.02%

R = 27.67%
G = 29.3%
B = 43.02%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#777EB9 (or 0x777EB9) is known color: Wild Blue Yonder. HEX triplet: 77, 7E and B9. RGB value is (119,126,185). Sum of RGB (Red+Green+Blue) = 119+126+185=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #777EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EB9 is #888146. Grayscale: #828282. Windows color (decimal): -8945991 or 12156535. OLE color: 12156535.

HSL color Cylindrical-coordinate representation of color #777EB9: hue angle of 233.64º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #777EB9 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 126 185 -
CMYK 0.36 0.32 0 0.27
HSL 233.64º 0.32% 0.6% -
HSV(B) 233.64º 0.36% 0.73% -
XYZ 23.83 22.35 48.96 -
YUV 130.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 119 126 185 0.36 0.32 0 0.27 233.64 0.32 0.6
Hex 77 7E B9 24 20 0 1B EA 20 3C
Octal 167 176 271 44 40 0 33 352 40 74
Binary 1110111 1111110 10111001 100100 100000 0 11011 11101010 100000 111100

Color Harmonies of #777EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EB9

Black with #777EB9

Text Example


Text Example

White with #777EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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