Html Css Color HEX #777CBD Wild Blue Yonder

📋 copy color: '#777CBD'

red 119 ◦ green 124 ◦ blue 189

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

Shades of Wild Blue Yonder #777CBD

Tints of Wild Blue Yonder #777CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 27.55%
G = 28.7%
B = 43.75%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#777CBD (or 0x777CBD) is known color: Wild Blue Yonder. HEX triplet: 77, 7C and BD. RGB value is (119,124,189). Sum of RGB (Red+Green+Blue) = 119+124+189=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #777CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CBD is #888342. Grayscale: #818181. Windows color (decimal): -8946499 or 12418167. OLE color: 12418167.

HSL color Cylindrical-coordinate representation of color #777CBD: hue angle of 235.71º degrees, saturation: 0.35, 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 #777CBD is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 124 189 -
CMYK 0.37 0.34 0 0.26
HSL 235.71º 0.35% 0.6% -
HSV(B) 235.71º 0.37% 0.74% -
XYZ 24 22.01 51.13 -
YUV 129.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 119 124 189 0.37 0.34 0 0.26 235.71 0.35 0.6
Hex 77 7C BD 25 22 0 1A EC 23 3C
Octal 167 174 275 45 42 0 32 354 43 74
Binary 1110111 1111100 10111101 100101 100010 0 11010 11101100 100011 111100

Color Harmonies of #777CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CBD

Black with #777CBD

Text Example


Text Example

White with #777CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,124,189); }

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

background-color css

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

 a { background-color: rgb(119,124,189); }

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

border-color css

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

 span { border-color: rgb(119,124,189); }

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