Html Css Color HEX #778BBE Wild Blue Yonder

📋 copy color: '#778BBE'

red 119 ◦ green 139 ◦ blue 190

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

Shades of Wild Blue Yonder #778BBE

Tints of Wild Blue Yonder #778BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 26.56%
G = 31.03%
B = 42.41%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#778BBE (or 0x778BBE) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and BE. RGB value is (119,139,190). Sum of RGB (Red+Green+Blue) = 119+139+190=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #778BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BBE is #887441. Grayscale: #8A8A8A. Windows color (decimal): -8942658 or 12487543. OLE color: 12487543.

HSL color Cylindrical-coordinate representation of color #778BBE: hue angle of 223.1º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778BBE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 139 190 -
CMYK 0.37 0.27 0 0.25
HSL 223.1º 0.35% 0.61% -
HSV(B) 223.1º 0.37% 0.75% -
XYZ 26.13 26.1 52.38 -
YUV 138.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 119 139 190 0.37 0.27 0 0.25 223.1 0.35 0.61
Hex 77 8B BE 25 1B 0 19 DF 23 3D
Octal 167 213 276 45 33 0 31 337 43 75
Binary 1110111 10001011 10111110 100101 11011 0 11001 11011111 100011 111101

Color Harmonies of #778BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BBE

Black with #778BBE

Text Example


Text Example

White with #778BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,139,190); }

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

background-color css

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

 a { background-color: rgb(119,139,190); }

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

border-color css

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

 span { border-color: rgb(119,139,190); }

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