Html Css Color HEX #777FBC Wild Blue Yonder

📋 copy color: '#777FBC'

red 119 ◦ green 127 ◦ blue 188

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

Shades of Wild Blue Yonder #777FBC

Tints of Wild Blue Yonder #777FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 27.42%
G = 29.26%
B = 43.32%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#777FBC (or 0x777FBC) is known color: Wild Blue Yonder. HEX triplet: 77, 7F and BC. RGB value is (119,127,188). Sum of RGB (Red+Green+Blue) = 119+127+188=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #777FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FBC is #888043. Grayscale: #838383. Windows color (decimal): -8945732 or 12353399. OLE color: 12353399.

HSL color Cylindrical-coordinate representation of color #777FBC: hue angle of 233.04º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #777FBC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 127 188 -
CMYK 0.37 0.32 0 0.26
HSL 233.04º 0.34% 0.6% -
HSV(B) 233.04º 0.37% 0.74% -
XYZ 24.27 22.73 50.69 -
YUV 131.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 119 127 188 0.37 0.32 0 0.26 233.04 0.34 0.6
Hex 77 7F BC 25 20 0 1A E9 22 3C
Octal 167 177 274 45 40 0 32 351 42 74
Binary 1110111 1111111 10111100 100101 100000 0 11010 11101001 100010 111100

Color Harmonies of #777FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FBC

Black with #777FBC

Text Example


Text Example

White with #777FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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