Html Css Color HEX #777FB9 Wild Blue Yonder

📋 copy color: '#777FB9'

red 119 ◦ green 127 ◦ blue 185

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

Shades of Wild Blue Yonder #777FB9

Tints of Wild Blue Yonder #777FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

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

R = 27.61%
G = 29.47%
B = 42.92%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#777FB9 (or 0x777FB9) is known color: Wild Blue Yonder. HEX triplet: 77, 7F and B9. RGB value is (119,127,185). Sum of RGB (Red+Green+Blue) = 119+127+185=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #777FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FB9 is #888046. Grayscale: #828282. Windows color (decimal): -8945735 or 12156791. OLE color: 12156791.

HSL color Cylindrical-coordinate representation of color #777FB9: hue angle of 232.73º 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 #777FB9 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 127 185 -
CMYK 0.36 0.31 0 0.27
HSL 232.73º 0.32% 0.6% -
HSV(B) 232.73º 0.36% 0.73% -
XYZ 23.95 22.6 49 -
YUV 131.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 119 127 185 0.36 0.31 0 0.27 232.73 0.32 0.6
Hex 77 7F B9 24 1F 0 1B E9 20 3C
Octal 167 177 271 44 37 0 33 351 40 74
Binary 1110111 1111111 10111001 100100 11111 0 11011 11101001 100000 111100

Color Harmonies of #777FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FB9

Black with #777FB9

Text Example


Text Example

White with #777FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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