Html Css Color HEX #778FBA Wild Blue Yonder

📋 copy color: '#778FBA'

red 119 ◦ green 143 ◦ blue 186

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

Shades of Wild Blue Yonder #778FBA

Tints of Wild Blue Yonder #778FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 26.56%
G = 31.92%
B = 41.52%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#778FBA (or 0x778FBA) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and BA. RGB value is (119,143,186). Sum of RGB (Red+Green+Blue) = 119+143+186=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #778FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FBA is #887045. Grayscale: #8C8C8C. Windows color (decimal): -8941638 or 12226423. OLE color: 12226423.

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

Color convert

RGB 119 143 186 -
CMYK 0.36 0.23 0 0.27
HSL 218.51º 0.33% 0.6% -
HSV(B) 218.51º 0.36% 0.73% -
XYZ 26.29 27.11 50.3 -
YUV 140.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 119 143 186 0.36 0.23 0 0.27 218.51 0.33 0.6
Hex 77 8F BA 24 17 0 1B DB 21 3C
Octal 167 217 272 44 27 0 33 333 41 74
Binary 1110111 10001111 10111010 100100 10111 0 11011 11011011 100001 111100

Color Harmonies of #778FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FBA

Black with #778FBA

Text Example


Text Example

White with #778FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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