#7881B2

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

Shades of Wild Blue Yonder #7881B2

Tints of Wild Blue Yonder #7881B2

Color information

#7881B2 (or 0x7881B2) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 81 and B2. RGB value is (120,129,178). Sum of RGB (Red+Green+Blue) = 120+129+178=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #7881B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7881B2 is #877E4D. Grayscale: #838383. Windows color (decimal): -8879694 or 11698552. OLE color: 11698552.

HSL color Cylindrical-coordinate representation of color #7881B2: hue angle of 230.69º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7881B2 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB120129178-
CMYK0.330.2800.30
HSL230.69º27.36%58.43%-
HSV(B)230.69º32.58%69.8%-
XYZ23.6322.9145.3-
YUV131.89154.02119.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=28.10%
G=30.21%
B=41.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201291780.330.2800.30230.6927.3658.43
Hex7881B2211C01Ee71b3a
Octal17020126241340363473372
Binary11110001000000110110010100001111000111101110011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7881B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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