Html Css Color HEX #778FBB Wild Blue Yonder

📋 copy color: '#778FBB'

red 119 ◦ green 143 ◦ blue 187

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

Shades of Wild Blue Yonder #778FBB

Tints of Wild Blue Yonder #778FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.85%

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

R = 26.5%
G = 31.85%
B = 41.65%

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

#778FBB (or 0x778FBB) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and BB. RGB value is (119,143,187). Sum of RGB (Red+Green+Blue) = 119+143+187=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #778FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FBB is #887044. Grayscale: #8C8C8C. Windows color (decimal): -8941637 or 12291959. OLE color: 12291959.

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

Color convert

RGB 119 143 187 -
CMYK 0.36 0.24 0 0.27
HSL 218.82º 0.33% 0.6% -
HSV(B) 218.82º 0.36% 0.73% -
XYZ 26.4 27.15 50.86 -
YUV 140.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 119 143 187 0.36 0.24 0 0.27 218.82 0.33 0.6
Hex 77 8F BB 24 18 0 1B DB 21 3C
Octal 167 217 273 44 30 0 33 333 41 74
Binary 1110111 10001111 10111011 100100 11000 0 11011 11011011 100001 111100

Color Harmonies of #778FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FBB

Black with #778FBB

Text Example


Text Example

White with #778FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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