Html Css Color HEX #778DB9 Wild Blue Yonder

📋 copy color: '#778DB9'

red 119 ◦ green 141 ◦ blue 185

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

Shades of Wild Blue Yonder #778DB9

Tints of Wild Blue Yonder #778DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

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

R = 26.74%
G = 31.69%
B = 41.57%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#778DB9 (or 0x778DB9) is known color: Wild Blue Yonder. HEX triplet: 77, 8D and B9. RGB value is (119,141,185). Sum of RGB (Red+Green+Blue) = 119+141+185=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #778DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DB9 is #887246. Grayscale: #8B8B8B. Windows color (decimal): -8942151 or 12160375. OLE color: 12160375.

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

Color convert

RGB 119 141 185 -
CMYK 0.36 0.24 0 0.27
HSL 220º 0.32% 0.6% -
HSV(B) 220º 0.36% 0.73% -
XYZ 25.89 26.47 49.64 -
YUV 139.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 119 141 185 0.36 0.24 0 0.27 220 0.32 0.6
Hex 77 8D B9 24 18 0 1B DC 20 3C
Octal 167 215 271 44 30 0 33 334 40 74
Binary 1110111 10001101 10111001 100100 11000 0 11011 11011100 100000 111100

Color Harmonies of #778DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DB9

Black with #778DB9

Text Example


Text Example

White with #778DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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