#7886BA

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

Shades of Wild Blue Yonder #7886BA

Tints of Wild Blue Yonder #7886BA

Color information

#7886BA (or 0x7886BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 86 and BA. RGB value is (120,134,186). Sum of RGB (Red+Green+Blue) = 120+134+186=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #7886BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886BA is #877945. Grayscale: #878787. Windows color (decimal): -8878406 or 12224120. OLE color: 12224120.

HSL color Cylindrical-coordinate representation of color #7886BA: hue angle of 227.27º 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 #7886BA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120134186-
CMYK0.350.2800.27
HSL227.27º32.35%60%-
HSV(B)227.27º35.48%72.94%-
XYZ25.1324.5949.88-
YUV135.74156.36116.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=27.27%
G=30.45%
B=42.27%

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
Decimal1201341860.350.2800.27227.2732.3560
Hex7886BA231C01Be3203c
Octal17020627243340333434074
Binary111100010000110101110101000111110001101111100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7886BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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