#7880bf

Color #7880BF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7880BF

Tints of Wild Blue Yonder #7880BF

Color information

#7880BF (or 0x7880BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 80 and BF. RGB value is (120,128,191). Sum of RGB (Red+Green+Blue) = 120+128+191=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #7880BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880BF is #877F40. Grayscale: #848484. Windows color (decimal): -8879937 or 12550264. OLE color: 12550264.

HSL color Cylindrical-coordinate representation of color #7880BF: hue angle of 233.24º degrees, saturation: 0.36, 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 #7880BF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120128191-
CMYK0.370.3300.25
HSL233.24º35.68%60.98%-
HSV(B)233.24º37.17%74.9%-
XYZ24.8723.1952.46-
YUV132.79160.85118.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.33%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 191 (75% from 255) = 43.51%
R=27.33%
G=29.16%
B=43.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201281910.370.3300.25233.2435.6860.98
Hex7880BF2521019e9243d
Octal17020027745410313514475
Binary1111000100000001011111110010110000101100111101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7880bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7880bf; }

 p { color: rgb(120,128,191); }

 H1.HeaderClassName
 {
   color: #7880bf;
 }
 .AnyTagClassName
 {
   color: #7880bf;
 }
</style>
background-color css

<style>
 a { background-color: #7880bf; }

 a { background-color: rgb(120,128,191); }

 div.DivClassName
 {
   background-color: #7880bf;
 }
 .BgClassName
 {
   background-color: #7880bf;
 }
</style>
border-color css

<style>
 span { border-color: #7880bf; }

 span { border-color: rgb(120,128,191); }

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