Html Css Color HEX #777BBD Wild Blue Yonder

📋 copy color: '#777BBD'

red 119 ◦ green 123 ◦ blue 189

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

Shades of Wild Blue Yonder #777BBD

Tints of Wild Blue Yonder #777BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

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

R = 27.61%
G = 28.54%
B = 43.85%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#777BBD (or 0x777BBD) is known color: Wild Blue Yonder. HEX triplet: 77, 7B and BD. RGB value is (119,123,189). Sum of RGB (Red+Green+Blue) = 119+123+189=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #777BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BBD is #888442. Grayscale: #818181. Windows color (decimal): -8946755 or 12417911. OLE color: 12417911.

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

Color convert

RGB 119 123 189 -
CMYK 0.37 0.35 0 0.26
HSL 236.57º 0.35% 0.6% -
HSV(B) 236.57º 0.37% 0.74% -
XYZ 23.88 21.76 51.09 -
YUV 129.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 119 123 189 0.37 0.35 0 0.26 236.57 0.35 0.6
Hex 77 7B BD 25 23 0 1A ED 23 3C
Octal 167 173 275 45 43 0 32 355 43 74
Binary 1110111 1111011 10111101 100101 100011 0 11010 11101101 100011 111100

Color Harmonies of #777BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BBD

Black with #777BBD

Text Example


Text Example

White with #777BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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