#7887BA

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

Shades of Wild Blue Yonder #7887BA

Tints of Wild Blue Yonder #7887BA

Color information

#7887BA (or 0x7887BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 87 and BA. RGB value is (120,135,186). Sum of RGB (Red+Green+Blue) = 120+135+186=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #7887BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887BA is #877845. Grayscale: #888888. Windows color (decimal): -8878150 or 12224376. OLE color: 12224376.

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

Color convert

RGB120135186-
CMYK0.350.2700.27
HSL226.36º32.35%60%-
HSV(B)226.36º35.48%72.94%-
XYZ25.2724.8749.92-
YUV136.33156.03116.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=27.21%
G=30.61%
B=42.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201351860.350.2700.27226.3632.3560
Hex7887BA231B01Be2203c
Octal17020727243330333424074
Binary111100010000111101110101000111101101101111100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7887BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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