Html Css Color HEX #7780BC Wild Blue Yonder

📋 copy color: '#7780BC'

red 119 ◦ green 128 ◦ blue 188

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

Shades of Wild Blue Yonder #7780BC

Tints of Wild Blue Yonder #7780BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 27.36%
G = 29.43%
B = 43.22%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7780BC (or 0x7780BC) is known color: Wild Blue Yonder. HEX triplet: 77, 80 and BC. RGB value is (119,128,188). Sum of RGB (Red+Green+Blue) = 119+128+188=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #7780BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780BC is #887F43. Grayscale: #838383. Windows color (decimal): -8945476 or 12353655. OLE color: 12353655.

HSL color Cylindrical-coordinate representation of color #7780BC: hue angle of 232.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7780BC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 128 188 -
CMYK 0.37 0.32 0 0.26
HSL 232.17º 0.34% 0.6% -
HSV(B) 232.17º 0.37% 0.74% -
XYZ 24.4 22.99 50.73 -
YUV 132.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 119 128 188 0.37 0.32 0 0.26 232.17 0.34 0.6
Hex 77 80 BC 25 20 0 1A E8 22 3C
Octal 167 200 274 45 40 0 32 350 42 74
Binary 1110111 10000000 10111100 100101 100000 0 11010 11101000 100010 111100

Color Harmonies of #7780BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7780BC

Black with #7780BC

Text Example


Text Example

White with #7780BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7780BC; }

 p { color: rgb(119,128,188); }

 H1.HeaderClassName
 {
   color: #7780BC;
 }
 .AnyTagClassName
 {
   color: #7780BC;
 }
</style>

background-color css

<style>
 a { background-color: #7780BC; }

 a { background-color: rgb(119,128,188); }

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

border-color css

<style>
 span { border-color: #7780BC; }

 span { border-color: rgb(119,128,188); }

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