#7880C2

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

Shades of Wild Blue Yonder #7880C2

Tints of Wild Blue Yonder #7880C2

Color information

#7880C2 (or 0x7880C2) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 80 and C2. RGB value is (120,128,194). Sum of RGB (Red+Green+Blue) = 120+128+194=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #7880C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880C2 is #877F3D. Grayscale: #848484. Windows color (decimal): -8879934 or 12746872. OLE color: 12746872.

HSL color Cylindrical-coordinate representation of color #7880C2: hue angle of 233.51º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7880C2 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120128194-
CMYK0.380.3400.24
HSL233.51º37.76%61.57%-
HSV(B)233.51º38.14%76.08%-
XYZ25.223.3354.21-
YUV133.13162.35118.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.15%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 194 (76.17% from 255) = 43.89%
R=27.15%
G=28.96%
B=43.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201281940.380.3400.24233.5137.7661.57
Hex7880C22622018ea263e
Octal17020030246420303524676
Binary1111000100000001100001010011010001001100011101010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7880C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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