Html Css Color HEX #777DB9 Wild Blue Yonder

📋 copy color: '#777DB9'

red 119 ◦ green 125 ◦ blue 185

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

Shades of Wild Blue Yonder #777DB9

Tints of Wild Blue Yonder #777DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

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

R = 27.74%
G = 29.14%
B = 43.12%

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

#777DB9 (or 0x777DB9) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and B9. RGB value is (119,125,185). Sum of RGB (Red+Green+Blue) = 119+125+185=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #777DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DB9 is #888246. Grayscale: #818181. Windows color (decimal): -8946247 or 12156279. OLE color: 12156279.

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

Color convert

RGB 119 125 185 -
CMYK 0.36 0.32 0 0.27
HSL 234.55º 0.32% 0.6% -
HSV(B) 234.55º 0.36% 0.73% -
XYZ 23.7 22.09 48.91 -
YUV 130.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 119 125 185 0.36 0.32 0 0.27 234.55 0.32 0.6
Hex 77 7D B9 24 20 0 1B EB 20 3C
Octal 167 175 271 44 40 0 33 353 40 74
Binary 1110111 1111101 10111001 100100 100000 0 11011 11101011 100000 111100

Color Harmonies of #777DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DB9

Black with #777DB9

Text Example


Text Example

White with #777DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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