Html Css Color HEX #778DBB Wild Blue Yonder

📋 copy color: '#778DBB'

red 119 ◦ green 141 ◦ blue 187

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

Shades of Wild Blue Yonder #778DBB

Tints of Wild Blue Yonder #778DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 26.62%
G = 31.54%
B = 41.83%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#778DBB (or 0x778DBB) is known color: Wild Blue Yonder. HEX triplet: 77, 8D and BB. RGB value is (119,141,187). Sum of RGB (Red+Green+Blue) = 119+141+187=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #778DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DBB is #887244. Grayscale: #8B8B8B. Windows color (decimal): -8942149 or 12291447. OLE color: 12291447.

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

Color convert

RGB 119 141 187 -
CMYK 0.36 0.25 0 0.27
HSL 220.59º 0.33% 0.6% -
HSV(B) 220.59º 0.36% 0.73% -
XYZ 26.1 26.56 50.76 -
YUV 139.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 119 141 187 0.36 0.25 0 0.27 220.59 0.33 0.6
Hex 77 8D BB 24 19 0 1B DD 21 3C
Octal 167 215 273 44 31 0 33 335 41 74
Binary 1110111 10001101 10111011 100100 11001 0 11011 11011101 100001 111100

Color Harmonies of #778DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DBB

Black with #778DBB

Text Example


Text Example

White with #778DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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