#7885BA

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

Shades of Wild Blue Yonder #7885BA

Tints of Wild Blue Yonder #7885BA

Color information

#7885BA (or 0x7885BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 85 and BA. RGB value is (120,133,186). Sum of RGB (Red+Green+Blue) = 120+133+186=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #7885BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885BA is #877A45. Grayscale: #868686. Windows color (decimal): -8878662 or 12223864. OLE color: 12223864.

HSL color Cylindrical-coordinate representation of color #7885BA: hue angle of 228.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7885BA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120133186-
CMYK0.350.2800.27
HSL228.18º32.35%60%-
HSV(B)228.18º35.48%72.94%-
XYZ2524.3149.83-
YUV135.16156.69117.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.33%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=27.33%
G=30.30%
B=42.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201331860.350.2800.27228.1832.3560
Hex7885BA231C01Be4203c
Octal17020527243340333444074
Binary111100010000101101110101000111110001101111100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7885BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7885BA; }

 p { color: rgb(120,133,186); }

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

<style>
 a { background-color: #7885BA; }

 a { background-color: rgb(120,133,186); }

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

<style>
 span { border-color: #7885BA; }

 span { border-color: rgb(120,133,186); }

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