Html Css Color HEX #778BCD Wild Blue Yonder

📋 copy color: '#778BCD'

red 119 ◦ green 139 ◦ blue 205

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

Shades of Wild Blue Yonder #778BCD

Tints of Wild Blue Yonder #778BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 25.7%
G = 30.02%
B = 44.28%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#778BCD (or 0x778BCD) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and CD. RGB value is (119,139,205). Sum of RGB (Red+Green+Blue) = 119+139+205=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #778BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BCD is #887432. Grayscale: #8C8C8C. Windows color (decimal): -8942643 or 13470583. OLE color: 13470583.

HSL color Cylindrical-coordinate representation of color #778BCD: hue angle of 226.05º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778BCD is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 139 205 -
CMYK 0.42 0.32 0 0.20
HSL 226.05º 0.46% 0.64% -
HSV(B) 226.05º 0.42% 0.8% -
XYZ 27.86 26.79 61.46 -
YUV 140.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 119 139 205 0.42 0.32 0 0.20 226.05 0.46 0.64
Hex 77 8B CD 2A 20 0 14 E2 2E 40
Octal 167 213 315 52 40 0 24 342 56 100
Binary 1110111 10001011 11001101 101010 100000 0 10100 11100010 101110 1000000

Color Harmonies of #778BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BCD

Black with #778BCD

Text Example


Text Example

White with #778BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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