#7881B7

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

Shades of Wild Blue Yonder #7881B7

Tints of Wild Blue Yonder #7881B7

Color information

#7881B7 (or 0x7881B7) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 81 and B7. RGB value is (120,129,183). Sum of RGB (Red+Green+Blue) = 120+129+183=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #7881B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881B7 is #877E48. Grayscale: #848484. Windows color (decimal): -8879689 or 12026232. OLE color: 12026232.

HSL color Cylindrical-coordinate representation of color #7881B7: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7881B7 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB120129183-
CMYK0.340.3000.28
HSL231.43º30.43%59.41%-
HSV(B)231.43º34.43%71.76%-
XYZ24.1423.1147.99-
YUV132.46156.52119.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 183 (71.88% from 255) = 42.36%
R=27.78%
G=29.86%
B=42.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201291830.340.3000.28231.4330.4359.41
Hex7881B7221E01Ce71e3b
Octal17020126742360343473673
Binary11110001000000110110111100010111100111001110011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7881B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7881B7; }

 p { color: rgb(120,129,183); }

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

<style>
 a { background-color: #7881B7; }

 a { background-color: rgb(120,129,183); }

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

<style>
 span { border-color: #7881B7; }

 span { border-color: rgb(120,129,183); }

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