Html Css Color HEX #778BBF Wild Blue Yonder

📋 copy color: '#778BBF'

red 119 ◦ green 139 ◦ blue 191

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

Shades of Wild Blue Yonder #778BBF

Tints of Wild Blue Yonder #778BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 26.5%
G = 30.96%
B = 42.54%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#778BBF (or 0x778BBF) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and BF. RGB value is (119,139,191). Sum of RGB (Red+Green+Blue) = 119+139+191=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #778BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BBF is #887440. Grayscale: #8A8A8A. Windows color (decimal): -8942657 or 12553079. OLE color: 12553079.

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

Color convert

RGB 119 139 191 -
CMYK 0.38 0.27 0 0.25
HSL 223.33º 0.36% 0.61% -
HSV(B) 223.33º 0.38% 0.75% -
XYZ 26.24 26.15 52.95 -
YUV 138.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 119 139 191 0.38 0.27 0 0.25 223.33 0.36 0.61
Hex 77 8B BF 26 1B 0 19 DF 24 3D
Octal 167 213 277 46 33 0 31 337 44 75
Binary 1110111 10001011 10111111 100110 11011 0 11001 11011111 100100 111101

Color Harmonies of #778BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BBF

Black with #778BBF

Text Example


Text Example

White with #778BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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